Stack

Implements a

Constructors

this
this(Stuff stuff)
Undocumented in source.

Postblit

this(this)
this(this)
Undocumented in source.

Members

Functions

pop
void pop()
Undocumented in source.
push
void push(T value)
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.
front
inout(T) front [@property getter]
Undocumented in source.
length
size_t length [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta