var

Undocumented in source.

Members

Aliases

U
alias U = Unsigned!T
Undocumented in source.

Manifest constants

stringof
enum stringof;
Undocumented in source.

Static functions

decode
T decode(ubyte[] buffer, size_t index)
Undocumented in source. Be warned that the author may not have intended to support it.
decode
T decode(ubyte[] buffer, size_t* index)
Undocumented in source. Be warned that the author may not have intended to support it.
encode
ubyte[] encode(T value)
Undocumented in source. Be warned that the author may not have intended to support it.
fromBuffer
T fromBuffer(ubyte[] buffer)
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

MASK
U MASK;
Undocumented in source.
MAX_BYTES
size_t MAX_BYTES;
Undocumented in source.
RIGHT_SHIFT
size_t RIGHT_SHIFT;
Undocumented in source.

Meta