BigUIntView.opCmp

Compares this BigUIntView with another, returning negative, zero, or positive for ordering.

struct BigUIntView(W)
@safe const @safe pure nothrow @nogc scope
sizediff_t
opCmp
(
scope BigUIntView!(const W) rhs
)
if (
__traits(isUnsigned, W)
)