WasmSection.SectionT

Undocumented in source.

Constructors

this
this(immutable(ubyte[]) data)
Undocumented in source.
this
this(const(SectionT) that)
Undocumented in source.

Members

Aliases

SecRange
alias SecRange = VectorRange!(SectionT, SecType)
Undocumented in source.

Functions

dup
SectionT dup()
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
SecType opIndex(size_t index)
Undocumented in source. Be warned that the author may not have intended to support it.
opSlice
SecRange opSlice()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

data
immutable(ubyte[]) data;
Undocumented in source.
length
uint length;
Undocumented in source.

Meta