sel.hncom.io

Members

Functions

decodeAddress
T decodeAddress(ubyte[] buffer, size_t index)
Undocumented in source. Be warned that the author may not have intended to support it.
decodeArray
T decodeArray(size_t length, ubyte[] buffer, size_t index)
Undocumented in source. Be warned that the author may not have intended to support it.
decodeLength
size_t decodeLength(ubyte[] buffer, size_t index)
Undocumented in source. Be warned that the author may not have intended to support it.
decodeType
T decodeType(ubyte[] buffer, size_t index)
Undocumented in source. Be warned that the author may not have intended to support it.
encodeAddress
void encodeAddress(T value, ubyte[] buffer)
Undocumented in source. Be warned that the author may not have intended to support it.
encodeArray
void encodeArray(T array, ubyte[] buffer)
Undocumented in source. Be warned that the author may not have intended to support it.
encodeLength
void encodeLength(size_t _length, ubyte[] buffer)
Undocumented in source. Be warned that the author may not have intended to support it.
encodeType
void encodeType(T value, ubyte[] buffer)
Undocumented in source. Be warned that the author may not have intended to support it.

Mixin templates

IO
mixintemplate IO(E...)
Undocumented in source.
IOImpl
mixintemplate IOImpl(E...)
Undocumented in source.

Meta

Authors

Kripth