mirror v0.2.0 (2020-04-10T14:34:57Z)
Dub
Repo
BinaryOperators.ops
mirror
traits
BinaryOperators
Undocumented in source.
template
BinaryOperators
(T)
static if
(
hasMember!(T, "opBinary") || hasMember!(T, "opBinaryRight")
)
alias
ops
=
Filter
!(
hasOperator
,
overloadable
)
Meta
Source
See Implementation
mirror
traits
BinaryOperators
aliases
BinaryOperators
ops
templates
toBinOp