The OpenD Programming Language

BigIntView.topLeastSignificantPart

struct BigIntView(W)
@safe
topLeastSignificantPart
(
size_t length
)
if (
is(Unqual!W == ubyte) ||
is(Unqual!W == ushort)
||
is(Unqual!W == uint)
||
is(Unqual!W == ulong)
)

Meta