opBinaryImpl1

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

Meta