TypeOf

Gets the type of member MEMBER in A This will return a function alias if MEMBER refers to a function, and do god knows what if MEMBER is a package or module.

template TypeOf (
string MEMBER
)

Meta