UInt.opAssign

struct UInt(size_t size)
ref scope return @safe pure nothrow @nogc
UInt!size
opAssign
(
ulong rhs
)
if (
size % (size_t.sizeof * 8) == 0 &&
size >= (size_t.sizeof * 8)
)

Meta