The OpenD Programming Language

BigUIntView.mostSignificantFirst

  1. auto mostSignificantFirst()
    struct BigUIntView(W)
    @safe @safe pure nothrow @nogc @property
    mostSignificantFirst
    ()
    if (
    __traits(isUnsigned, W)
    )
  2. auto mostSignificantFirst()

Return Value

Type: auto

a slice of coefficients starting from the most significant.

Meta