List

Queue that supports recursive data definitions.

Members

Functions

clear
void clear()

Remove all elements.

insert
void insert(T element)

Appends element to the list.

opIndex
Range!T opIndex()
removeFront
void removeFront()

Remove the first element.

Properties

back
inout(T) back [@property getter]
empty
bool empty [@property getter]
front
inout(T) front [@property getter]

Meta