You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While trying to understand be logic in layout.rs, I was a little confused by the naming of the Stack and Stacked objects. Aren't they rather queues than stacks? They are filled from the back and emptied from the front.
What was the reasoning behind that?
The text was updated successfully, but these errors were encountered:
While trying to understand be logic in
layout.rs
, I was a little confused by the naming of theStack
andStacked
objects. Aren't they rather queues than stacks? They are filled from the back and emptied from the front.What was the reasoning behind that?
The text was updated successfully, but these errors were encountered: