Navigation
|
Synopsis Determine if the given type is a function.
Function -
bool isFunctionType(\alias(_,_,Symbol at))
-
bool isFunctionType(\parameter(_,Symbol tvb))
-
bool isFunctionType(\label(_,Symbol lt))
-
bool isFunctionType(Symbol::\func(_,_))
-
default bool isFunctionType(Symbol _)
Usage import Type;
|