WasmReader.WasmRange

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
WasmSection front()
Undocumented in source. Be warned that the author may not have intended to support it.
index
size_t index()
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
WasmSection opIndex(Section index)
Undocumented in source.
popFront
void popFront()
Undocumented in source. Be warned that the author may not have intended to support it.
save
WasmRange save()
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

WasmSection
struct WasmSection
Undocumented in source.

Variables

_index
size_t _index;
Undocumented in source.
data
immutable(ubyte[]) data;
Undocumented in source.
magic
immutable(string) magic;
Undocumented in source.
vernum
immutable(uint) vernum;
Undocumented in source.

Meta