opBinaryImpl

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto opBinaryImpl(Quat!T at, Vec!(U, 3) b)
    opBinaryImpl
    (
    string op : "*"
    T
    U
    )
    (
    const Quat!T at
    ,
    const Vec!(U, 3) b
    )
    if (
    isNumeric!T &&
    isNumeric!U
    )
  2. auto opBinaryImpl(Vec!(T, 3) a, Quat!U b)

Meta