This template function converts a pointer to a member function into a delegate.
Determines at runtime whether the function can be given n arguments.
This template converts a function type into an equivalent delegate type.
Get the parameters of function as a string.
Finds the maximum number of arguments a given function may be provided and/or whether the function has a maximum number of arguments.
Finds the minimal number of arguments a given function needs to be provided
Mostly internal utilities.