opBinaryImpl

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto opBinaryImpl(AxisRot!T a, AxisRot!U b)
    opBinaryImpl
    (
    string op : "*"
    T
    U
    )
    if (
    __traits(compiles, typeof(mixin ("a.data[0]*b.data[0]"))) &&
    __traits(compiles, typeof(mixin ("a.data[0]+b.data[0]")))
    &&
    __traits(compiles, typeof(mixin ("a.data[0]-b.data[0]")))
    )
  2. auto opBinaryImpl(AxisRot!T a, U b)

Meta