The OpenD Programming Language

BigUIntView.normalized

Strips most significant zero coefficients.

  1. BigUIntView normalized()
  2. BigUIntView!(const W) normalized()
    struct BigUIntView(W)
    @safe const return scope
    BigUIntView!(const W)
    normalized
    ()
    if (
    __traits(isUnsigned, W)
    )

Meta