toBinOp.hasRight

Undocumented in source.
template toBinOp(string op)
static if(hasMember!(T, "opBinary") || hasMember!(T, "opBinaryRight"))
enum hasRight = hasOperatorDir!(BinOpDir.right, op);

Meta