autowrap ~add-embedded-pynih (2022-03-03T22:46:34.3026687)
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
overloadable
templates
toBinOp