Documentation
Tagion
ExprRange
tagion
wasm
WasmBase
Undocumented in source.
@
safe
struct
ExprRange {
immutable
(
ubyte
[])
data
;
protected
size_t
_index
;
protected
int
_level
;
protected
IRElement
current
;
protected
WasmException
wasm_exception
;
}
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)
tagion
wasm
WasmBase
structs
ExprRange
Instr
WasmArg