BinaryOperators

An AliasSeq of BinaryOperator structs for type T, one for each binary operator.

Members

Aliases

BinaryOperators
alias BinaryOperators = staticMap!(toBinOp, ops)
Undocumented in source.
BinaryOperators
alias BinaryOperators = AliasSeq!()
Undocumented in source.
ops
alias ops = Filter!(hasOperator, overloadable)
Undocumented in source.

Templates

toBinOp
template toBinOp(string op)
Undocumented in source.

Meta