mirror v0.2.0 (2020-04-10T14:34:57Z)
Dub
Repo
toBinOp.hasRight
mirror
traits
BinaryOperators
toBinOp
Undocumented in source.
template
toBinOp
(string op)
static if
(
hasMember!(T, "opBinary") || hasMember!(T, "opBinaryRight")
)
enum
hasRight
=
hasOperatorDir
!(
BinOpDir.right
,
op
)
;
Meta
Source
See Source File
mirror
traits
BinaryOperators
toBinOp
manifest constants
hasLeft
hasRight
toBinOp