UInt.opBinary

Undocumented in source. Be warned that the author may not have intended to support it.
struct UInt(size_t SIZE)
final @nogc const
opBinary
(
string op
R
)
(
const R rhs
)
if (
SIZE <= 64 &&
SIZE >= 8
&&
SIZE % 8 == 0
)

Meta