Vector.opBinary

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto opBinary(Vector!(R, N) b)
  2. auto opBinary(R b)
    struct Vector(T, size_t N)
    const
    opBinary
    (
    string op
    R
    )
    (
    in R b
    )
    if (
    isNumeric!R
    )
    if (
    isNumeric!T &&
    N > 0
    )

Meta