ExtMulResult

Return type for extMul;

The payload order of low and high parts depends on the endianness.

Members

Functions

opCast
T opCast()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

high
I high;

Higher I.sizeof * 8 bits

high
I high;

Higher I.sizeof * 8 bits

low
I low;

Lower I.sizeof * 8 bits

low
I low;

Lower I.sizeof * 8 bits

Meta