autowrap v0.4.5 (2019-10-10T08:52:08Z)
Dub
Repo
toBinOp.hasRight
autowrap
reflection
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
autowrap
reflection
BinaryOperators
toBinOp
manifest constants
hasLeft
hasRight
toBinOp