Document.RangeT

Undocumented in source.

Constructors

this
this(immutable(ubyte)[] data)
Undocumented in source.

Members

Manifest constants

EType
enum EType;
Undocumented in source.

Properties

data
immutable(ubyte[]) data [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
empty
bool empty [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
front
const(T) front [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
index
uint index [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
key
Text key [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
popFront
void popFront [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

range
Range range;
Undocumented in source.

Meta