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