Module stacking::stack::stacks[][src]

Expand description

module containing stacks

Structs

a struct representing a queue which is a specific type of stack. You push to the top and pop from the bottom.

structure representing a stack