class

Crystalline::Containers::Queue(T)

Inherits Enumerable / Reference / Object

Constructors

new(ary : Array(T))
Source

Instance methods

<<(obj)
Source
each

Must yield this collection's elements to the block.

Source
empty?(*args, **options)
Source
empty?(*args, **options, &)
Source
next
Source
next?
Source
pop?
Source
push(obj)
Source
size(*args, **options)
Source
size(*args, **options, &)
Source