The OpenD Programming Language

BigIntView.mostSignificantFirst

struct BigIntView(W)
@safe @safe pure nothrow @nogc @property
mostSignificantFirst
()
if (
is(Unqual!W == ubyte) ||
is(Unqual!W == ushort)
||
is(Unqual!W == uint)
||
is(Unqual!W == ulong)
)

Return Value

Type: auto

a slice of coefficients starting from the most significant.

Meta