FixedPoint.opAssign

Undocumented in source. Be warned that the author may not have intended to support it.
  1. FixedPoint opAssign(U x)
  2. FixedPoint opAssign(U x)
    struct FixedPoint(int M, int N)
    @nogc ref pure nothrow
    opAssign
    (
    U
    )
    (
    U x
    )
    if (
    isIntegral!U
    )
  3. FixedPoint opAssign(U x)

Meta