Angle.opBinary

The +, -, +=, and -= operators all work on the angles too.

  1. Angle opBinary(Angle rhs)
  2. Angle opBinary(Angle rhs)
    struct Angle
    pure @nogc nothrow @safe const
    opBinary
    (
    string op : "-"
    )
    (
    const Angle rhs
    )

Meta