BigUIntAccumulator.normalize

Strips most significant zero coefficients from the current view. Note: 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)
void
normalize
()
if (
is(Unqual!W == uint) ||
is(Unqual!W == ulong)
)

Meta