The OpenD Programming Language

BigIntView.lightConst

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

Meta