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