BigIntView.opCmp

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

Meta