Vec.opBinaryRight

Undocumented in source. Be warned that the author may not have intended to support it.
struct Vec(T, size_t size)
const
opBinaryRight
(
string op
T
)
(
T a
)
if (
__traits(compiles, opBinaryImpl!op(a, this)) ||
__traits(compiles, opBinaryImpl1!op(a, this))
)

Meta