Fixed.opBinary

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

Meta