Fixed.opAssign

Undocumented in source. Be warned that the author may not have intended to support it.
  1. Fixed opAssign(Fixed p)
  2. Fixed opAssign(T n)
    struct Fixed(int scaling, V = long, Hook = KeepScalingHook)
    opAssign
    (
    T
    )
    (
    const T n
    )
    if (
    isNumeric!T
    )
    if (
    isIntegral!V
    )
  3. Fixed opAssign(string s)

Meta