Vector.opBinary

Undocumented in source. Be warned that the author may not have intended to support it.
  1. Vector opBinary(vt r)
  2. Vector opBinary(vt r)
  3. Vector opBinary(Vector r)
    struct Vector(type, int dimension_)
    @safe pure nothrow const
    opBinary
    (
    string op
    )
    if (
    (op == "+") ||
    (op == "-")
    )
  4. Vector opBinary(Vector r)
  5. Vector!(vt, T.cols) opBinary(T inp)

Meta