Stack

This is kinda private; just a little utility container for use by the ElementStream class.

Constructors

this
this()
Undocumented in source.

Members

Functions

peek
T peek()

.

pop
T pop()

.

push
void push(T t)

.

Properties

empty
bool empty [@property getter]

.

Meta