Point.opBinary

Undocumented in source. Be warned that the author may not have intended to support it.
  1. Point!(DIMS, TYPE) opBinary(TYPE scalar)
  2. Point!(DIMS, TYPE) opBinary(Point p)
    struct Point(uint DIMS, TYPE = double)
    Point!(DIMS, TYPE)
    opBinary
    (
    string OP
    )
    if (
    OP == "+" ||
    OP == "-"
    )

Meta