Fixed.opBinary

  1. auto opBinary(Rhs rhs)
    struct Fixed(int scaling, V = long, Hook = KeepScalingHook)
    const
    opBinary
    (
    string op
    Rhs
    )
    (
    const Rhs rhs
    )
    if (
    isIntegral!Rhs ||
    isFloatingPoint!Rhs
    ||
    is(Rhs == bool)
    )
    if (
    isIntegral!V
    )
  2. auto opBinary(Fixed!(S, W, H) rhs)

Meta