ReturnType

Gets the return type of a callable symbol.

Members

Aliases

ReturnType
alias ReturnType = std.traits.ReturnType!F
Undocumented in source.
ReturnType
alias ReturnType = typeof(dg)
Undocumented in source.

Variables

dg
typeof(toDelegate(F)) dg;
Undocumented in source.

Meta