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