ExprRange

Undocumented in source.
@safe
struct ExprRange {
immutable(ubyte[]) data;
protected
IRElement current;
}

Members

Variables

_index
size_t _index;

Current range index in data

_level
int _level;

Block level

wasm_exception
WasmException wasm_exception;

Error exception (null if no-error)