Stack

Undocumented in source.

Constructors

this
this()
Undocumented in source.
this
this(size_t initialSize)
Undocumented in source.

Members

Functions

pop
Type pop()
Undocumented in source. Be warned that the author may not have intended to support it.
push
void push(Type datum)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

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

Variables

data
Type[] data;
Undocumented in source.
index
size_t index;
Undocumented in source.

Meta