Point.opBinary

Undocumented in source. Be warned that the author may not have intended to support it.
  1. Point opBinary(T[2] other)
    struct Point
    opBinary
    (
    string op
    T
    )
    (
    T[2] other
    )
    if (
    __traits(isArithmetic, T)
    )
  2. Point opBinary(Point other)
  3. Point opBinary(double other)

Meta