onesComplement

Get one's complement of x.

Written as a free function instead of MpZ-member because `__traits(isRef, this)` doesn't currently support member functions.

pure @trusted nothrow @nogc
_Z!(cow)
onesComplement
(
bool cow
)
(
auto ref scope const _Z!(cow) x
)

Meta