FixedPoint.opOpAssign

Undocumented in source. Be warned that the author may not have intended to support it.
  1. FixedPoint opOpAssign(U x)
  2. FixedPoint opOpAssign(U x)
    struct FixedPoint(int M, int N)
    ref pure nothrow
    opOpAssign
    (
    string op
    U
    )
    (
    U x
    )
    if (
    isConvertible!U
    )

Meta