The OpenD Programming Language

BigIntView.opCmp

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

Meta