The OpenD Programming Language

BigUIntView.normalized

Strips most significant zero coefficients.

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

Meta