toBinOp.hasLeft

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

Meta