Point.opBinary

Undocumented in source. Be warned that the author may not have intended to support it.
  1. Point opBinary(Point v)
  2. Point opBinary(int n)
  3. Point opBinary(Point v)
    struct Point
    @safe @nogc nothrow const
    opBinary
    (
    string op
    )
    if (
    op == "-"
    )

Meta