pyd v0.14.3 (2022-03-12T16:12:50Z)
Home
Dub
Repo
Inner.RHS_T
pyd
class_wrap
OpAssign
Inner
Undocumented in source.
alias
RHS_T
=
ParameterTypeTuple
!(
typeof
(
C
.
opOpAssign
!(
_op
)))[
0
]
alias
RHS_T
=
rhs_t
template
Inner
(C)
static if
(!(
is(typeof(C.init.opOpAssign!(_op)) == function)
))
static if
(!(
is(rhs_t == Guess)
))
static if
(
is(typeof(C.opOpAssign!(_op, rhs_t)) == function)
)
alias
RHS_T
=
rhs_t
Meta
Source
See Implementation
pyd
class_wrap
OpAssign
Inner
aliases
FN
RET_T
RHS_T
variables
OP