Fixed.opAssign

Undocumented in source. Be warned that the author may not have intended to support it.
struct Fixed(T, size_t FRACT_BITS = (8 * (T.sizeof / 2)))
@nogc nothrow pragma(inline, true)
typeof(this)
opAssign
(
R
)
(
const R rhs
)
if (
!is(Unqual!R == Unqual!(typeof(this)))
)
if (
__traits(isIntegral, T) &&
!__traits(isUnsigned, T)
)

Meta