Stack

Undocumented in source.

Members

Functions

push
void push(_x v)
Undocumented in source. Be warned that the author may not have intended to support it.
stack_push_internal
void stack_push_internal(_x elem)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

isEmpty
bool isEmpty [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

cur
_x* cur;
Undocumented in source.
end
_x* end;
Undocumented in source.
initial
_x[INTEGRAL_STACK_SIZE] initial;
Undocumented in source.
start
_x* start;
Undocumented in source.

Meta