BigIntView.normalized

Strips zero most significant coefficients. Strips most significant zero coefficients. Sets sign to zero if no coefficients were left.

  1. BigIntView normalized()
    struct BigIntView(W, WordEndian endian = TargetEndian)
    normalized
    ()
    if (
    is(Unqual!W == ubyte) ||
    is(Unqual!W == ushort)
    ||
    is(Unqual!W == uint)
    ||
    is(Unqual!W == ulong)
    )
  2. BigIntView!(const W, endian) normalized()

Meta