class Crystalline::Containers::Queue(T)
- Crystalline::Containers::Queue(T)
 - Reference
 - Object
 
Included Modules
- Enumerable(T)
 
Defined in:
containers/queue.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.