spasm v0.2.0-beta.8 (2020-09-12T08:27:15Z)
Dub
Repo
FunctionTypeOf.FunctionTypeOf
spasm
ct
FunctionTypeOf
Undocumented in source.
alias
FunctionTypeOf
=
Fsym
alias
FunctionTypeOf
=
Fobj
template
FunctionTypeOf
(func...)
static if
(!(
is(typeof(&func[0]) Fsym : Fsym*) && is(Fsym == function) || is(typeof(&func[0]) Fsym == delegate)
))
static if
(
is(typeof(&func[0].opCall) Fobj == delegate)
)
alias
FunctionTypeOf
=
Fobj
alias
FunctionTypeOf
=
Ftyp
alias
FunctionTypeOf
=
T
alias
FunctionTypeOf
=
Fptr
alias
FunctionTypeOf
=
Fdlg
Meta
Source
See Implementation
spasm
ct
FunctionTypeOf
aliases
FunctionTypeOf