tagion.betterC.utils.LEB128

\file LEB128.d

Members

Aliases

DecodeLEB128
alias DecodeLEB128(T) = Tuple!(T, "value", size_t, "size")
Undocumented in source.

Functions

calc_size
size_t calc_size(const(ubyte[]) data)
Undocumented in source. Be warned that the author may not have intended to support it.
calc_size
size_t calc_size(T v)
Undocumented in source. Be warned that the author may not have intended to support it.
calc_size
size_t calc_size(T v)
Undocumented in source. Be warned that the author may not have intended to support it.
decode
DecodeLEB128!T decode(const(ubyte[]) data)
Undocumented in source. Be warned that the author may not have intended to support it.
decode
DecodeLEB128!T decode(const(ubyte[]) data)
Undocumented in source. Be warned that the author may not have intended to support it.
encode
void encode(BinBuffer buffer, T v)
Undocumented in source. Be warned that the author may not have intended to support it.
encode
void encode(BinBuffer buffer, T v)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta