tanya ~master (2021-06-04T07:37:50Z)
Dub
Repo
ReturnType.ReturnType
tanya
meta
trait
ReturnType
Undocumented in source.
template
ReturnType
(F...)
static if
(
is(FunctionTypeOf!(F[0]) T == return)
)
alias
ReturnType
=
T
Meta
Source
See Implementation
tanya
meta
trait
ReturnType
aliases
ReturnType