opBinaryImpl

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto opBinaryImpl(Vec!(T, size) a, Vec!(U, size) b)
    opBinaryImpl
    (
    string op
    size_t size
    T
    U
    )
    (
    const Vec!(T, size) a
    ,
    const Vec!(U, size) b
    )
    if (
    __traits(compiles, mixin ("rvalueOf!T" ~ op ~ "rvalueOf!U"))
    )
  2. auto opBinaryImpl(Vec!(T, size) a, U[size] b)
  3. auto opBinaryImpl(T[size] a, Vec!(U, size) b)

Meta