autowrap v0.4.5 (2019-10-10T08:52:08Z)
Dub
Repo
BinaryOperators.BinaryOperators
autowrap
reflection
BinaryOperators
Undocumented in source.
alias
BinaryOperators
=
staticMap
!(
toBinOp
,
ops
)
template
BinaryOperators
(T)
static if
(
hasMember!(T, "opBinary") || hasMember!(T, "opBinaryRight")
)
alias
BinaryOperators
=
staticMap
!(
toBinOp
,
ops
)
alias
BinaryOperators
=
AliasSeq
!()
Meta
Source
See Implementation
autowrap
reflection
BinaryOperators
aliases
BinaryOperators
ops
templates
toBinOp