PackedBCD

Represents a little endian type in packed binary-coded decimal coding. This coding is common in old processors, but doesn't see much use in the modern era.

Alias This

toInt

Members

Functions

opAssign
void opAssign(ubyte[T.sizeof] input)
Undocumented in source. Be warned that the author may not have intended to support it.
opAssign
void opAssign(ubyte[] input)
Undocumented in source. Be warned that the author may not have intended to support it.
opAssign
void opAssign(T input)
Undocumented in source. Be warned that the author may not have intended to support it.
toInt
T toInt()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
void toString(Range sink)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

raw
ubyte[T.sizeof] raw;
Undocumented in source.

See Also

Meta