class Crystalline::Containers::Stack(T)
- Crystalline::Containers::Stack(T)
- Reference
- Object
Included Modules
- Enumerable(T)
Defined in:
containers/stack.crConstructors
Instance Method Summary
- #<<(obj)
-
#each(&)
Must yield this collection's elements to the block.
- #empty?(*args, **options)
- #empty?(*args, **options, &)
- #next
- #next?
- #pop
- #pop?
- #push(obj)
- #size(*args, **options)
- #size(*args, **options, &)
Constructor Detail
Instance Method Detail
def each(&)
#
Description copied from module Enumerable(T)
Must yield this collection's elements to the block.