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)
  3. Fixed opAssign(string s)
    struct Fixed(int scaling, V = long, Hook = KeepScalingHook)
    opAssign
    (
    string s
    )
    if (
    isIntegral!V
    )

Meta