BigUIntAccumulator.put

Places coefficient to the next most significant position.

struct BigUIntAccumulator(W, WordEndian endian = TargetEndian)
void
put
if (
is(Unqual!W == uint) ||
is(Unqual!W == ulong)
)

Meta