mirror v0.3.2 (2022-08-29T16:37:28Z)
Dub
Repo
BinaryOperators.ops
mirror
meta
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
meta
traits
BinaryOperators
aliases
BinaryOperators
ops
templates
toBinOp