class Stack

Defined in:

pocketlib/execute/onstack.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def get_below_top #

[View source]
def get_top #

[View source]
def pop #

[View source]
def push(something) #

[View source]
def the_stack : Array(OnStack) #

[View source]
def the_stack=(the_stack : Array(OnStack)) #

[View source]