opBinaryImpl

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto opBinaryImpl(P!T a, P!U b)
  2. auto opBinaryImpl(P!T a, U b)
    opBinaryImpl
    (
    string op
    T
    U
    )
    (
    const P!T a
    ,
    const U b
    )
    if (
    __traits(compiles, mixin ("a.vector" ~ op ~ "b")) &&
    (
    op == "-" ||
    op == "+"
    )
    )

Meta