RangeOfArray

Undocumented in source.

Members

Functions

empty
bool empty()

Undocumented in source. Be warned that the author may not have intended to support it.

opIndex
T[] opIndex(size_t i)

Undocumented in source. Be warned that the author may not have intended to support it.

popFront
void popFront()

Undocumented in source. Be warned that the author may not have intended to support it.

Properties

front
T[] front [@property getter]

Undocumented in source. Be warned that the author may not have intended to support it.

opDollar
size_t opDollar [@property getter]

Undocumented in source. Be warned that the author may not have intended to support it.

Variables

index
size_t index;

Undocumented in source.

length
size_t length;

Undocumented in source.

lengths
size_t* lengths;

Undocumented in source.

ptr
T** ptr;

Undocumented in source.

Meta