IntBuf

Undocumented in source.
union IntBuf (
T
) {}

Members

Variables

bytes
ubyte[T.sizeof] bytes;
Undocumented in source.
value
T value;
Undocumented in source.

Meta