BigIntView.lightConst

struct BigIntView(W, WordEndian endian = TargetEndian)
scope return const @safe pure nothrow @nogc @property
BigIntView!(const W, endian)
lightConst
()
()
if (
is(Unqual!W == ubyte) ||
is(Unqual!W == ushort)
||
is(Unqual!W == uint)
||
is(Unqual!W == ulong)
)

Meta