HexAddress

struct HexAddress (
T
) if (
isUnsigned!T &&
!is(T == enum)
) {}

Members

Functions

toString
void toString(W w)

Variables

switchLU
SwitchLU switchLU;
value
T value;

Meta