LittleEndian

Undocumented in source.

Constructors

this
this(T val)
Undocumented in source.

Members

Aliases

T
alias T = ushort
Undocumented in source.
T
alias T = uint
Undocumented in source.
T
alias T = ulong
Undocumented in source.

Functions

opAssign
auto opAssign(T value)
Undocumented in source. Be warned that the author may not have intended to support it.
opCmp
int opCmp(T rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(T rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
toHash
size_t toHash()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

val
T val [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
val
T val [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

data
ubyte[sz] data;
Undocumented in source.

Meta