WasmSection.VectorRange

Undocumented in source.

Constructors

this
this(ModuleSection owner)
Undocumented in source.

Members

Functions

empty
bool empty()
Undocumented in source. Be warned that the author may not have intended to support it.
front
Element front()
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
const(Element) opIndex(size_t index)
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.
save
VectorRange save()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

index
uint index;
Undocumented in source.
owner
ModuleSection owner;
Undocumented in source.
pos
size_t pos;
Undocumented in source.

Meta