unsigned.opAssign

Undocumented in source. Be warned that the author may not have intended to support it.

struct unsigned(int bits)
ref
opAssign
(
T
)
(
auto const ref T x
)
if (
bits >= 128 &&
(bits & (bits - 1)) == 0
)

Meta