Vector.opBinary

Undocumented in source. Be warned that the author may not have intended to support it.
  1. Vector opBinary(Vector rhs)
  2. Vector opBinary(scalar rhs)
    struct Vector(T, uint N)
    opBinary
    (
    string op
    )
    if (
    op == "*" ||
    op == "/"
    )
    if (
    N > 0
    )

Meta