libwasm ~master (2024-01-10T15:05:21Z)
Dub
Repo
FunctionTypeOf.FunctionTypeOf
memutils
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
memutils
ct
FunctionTypeOf
aliases
FunctionTypeOf