BinaryOperators.ops

Undocumented in source.
template BinaryOperators(T)
static if(hasMember!(T, "opBinary") || hasMember!(T, "opBinaryRight"))
alias ops = Filter!(hasOperator, overloadable)

Meta