class CrystalMaxStack::MaxStack

Defined in:

crystal_max_stack.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def max #

[View source]
def peek #

[View source]
def pop #

[View source]
def push(val : Int32) #

[View source]