pyd v0.12.0 (2019-08-24T18:30:41Z)
Home
Dub
Repo
Inner.RET_T
pyd
class_wrap
OpUnary
Inner
Undocumented in source.
template
Inner
(C)
static if
(
is(typeof(C.init.opUnary!(op)) == function)
)
alias
RET_T
=
ReturnType
!(
C
.
opUnary
!(
op
))
Meta
Source
See Implementation
pyd
class_wrap
OpUnary
Inner
aliases
FN
RET_T
variables
OP