BigFixed.opOpAssign

Implements assignment operators from BigFixed of the form BigFixed op= BigFixed

  1. BigFixed opOpAssign(T y)
    struct BigFixed
    pure nothrow
    opOpAssign
    (
    string op
    )
    (
    T y
    )
    if (
    op == "+" ||
    op == "-"
    ||
    op == "*"
    ||
    op == "/"
    )
  2. BigFixed opOpAssign(T y)
  3. BigFixed opOpAssign(T y)

Meta