ExprRange

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.
exception
const(WasmException) exception()
Undocumented in source. Be warned that the author may not have intended to support it.
front
const(IRElement) front()
Undocumented in source. Be warned that the author may not have intended to support it.
index
const(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.
set_front
void set_front(IRElement elm, size_t index)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

IRElement
struct IRElement
Undocumented in source.

Variables

_index
size_t _index;
Undocumented in source.
_level
int _level;
Undocumented in source.
current
IRElement current;
Undocumented in source.
data
immutable(ubyte[]) data;
Undocumented in source.
wasm_exception
WasmException wasm_exception;
Undocumented in source.

Meta