tanya v0.19.0 (2023-09-25T16:35:33Z)
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