BigUIntAccumulator.length

Current length of initialized coefficients.

The initialization order corresponds to endianness.

The view method may return a view with empty coefficients, which isn't usable. Put 0 or another number first to make the accumulator maintain a non-empty view.

struct BigUIntAccumulator(W, WordEndian endian = TargetEndian)
size_t length;

Meta