WideUInt.opCmp

Enables ordering comparison with WideUInt of the same size

struct WideUInt(size_t N)
const
int
opCmp
(
const typeof(this) rhs
)

Parameters

rhs typeof(this)

value to compare against

Return Value

Type: int

value as defined by opCmp spec

Meta