BigUIntView.normalized

Strips most significant zero coefficients.

  1. BigUIntView normalized()
  2. BigUIntView!(const W, endian) normalized()
    struct BigUIntView(W, WordEndian endian = TargetEndian)
    scope const
    BigUIntView!(const W, endian)
    normalized
    ()
    if (
    __traits(isUnsigned, W)
    )

Meta