class Crystalg::DataStructures::Queue(A)

Defined in:

crystalg/data_structures/queue.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def empty? #

[View source]
def pop #

[View source]
def pop! #

[View source]
def push(val) #

[View source]
def top #

[View source]