BigUIntView.leastSignificantFirst

  1. auto leastSignificantFirst()
    struct BigUIntView(W, WordEndian endian = TargetEndian)
    @safe pure nothrow @nogc @property scope return
    leastSignificantFirst
    ()
    if (
    __traits(isUnsigned, W)
    )
  2. auto leastSignificantFirst()

Return Value

Type: auto

a slice of coefficients starting from the least significant.

Meta