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)
  2. auto opBinaryImpl(AxisRot!T a, U b)
    opBinaryImpl
    (
    string op : "*"
    T
    U
    )
    (,
    U b
    )
    if (
    __traits(compiles, typeof(mixin ("a.data[0]*b")))
    )

Meta