CodeType.LocalRange

Undocumented in source.

Constructors

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

Members

Functions

empty
bool empty()
Undocumented in source. Be warned that the author may not have intended to support it.
front
const(Local) front()
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.
set_front
void set_front(size_t local_index)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_local
Local _local;
Undocumented in source.
data
immutable(ubyte[]) data;
Undocumented in source.
length
uint length;
Undocumented in source.

Meta