- FunctionTypeOf
alias FunctionTypeOf = Fsym
Undocumented in source.
- FunctionTypeOf
alias FunctionTypeOf = Fobj
Undocumented in source.
- FunctionTypeOf
alias FunctionTypeOf = Ftyp
Undocumented in source.
- FunctionTypeOf
alias FunctionTypeOf = T
Undocumented in source.
- FunctionTypeOf
alias FunctionTypeOf = Fptr
Undocumented in source.
- FunctionTypeOf
alias FunctionTypeOf = Fdlg
Undocumented in source.
Get the function type from a callable object func. Using builtin typeof on a property function yields the types of the property value, not of the property function itself. Still, FunctionTypeOf is able to obtain function types of properties. Note: Do not confuse function types with function pointer types; function types are usually used for compile-time reflection purposes.