BigUIntAccumulator.coefficients

A group of coefficients for a DecimalRadix!W.

The order corresponds to endianness.

The unused part can be uninitialized.

struct BigUIntAccumulator(W, WordEndian endian = TargetEndian)
W[] coefficients;

Meta