BigUIntView.lightConst

Returns a lightweight constant-qualified view of the same big unsigned integer without copying.

struct BigUIntView(W)
@safe return scope const @safe pure nothrow @nogc @property
BigUIntView!(const W)
lightConst
()
()
if (
__traits(isUnsigned, W)
)