Navigation
|
Synopsis Determine if the given type is a constructor.
Function -
bool isConstructorType(\alias(_,_,Symbol at))
-
bool isConstructorType(\parameter(_,Symbol tvb))
-
bool isConstructorType(\label(_,Symbol lt))
-
bool isConstructorType(Symbol::\cons(Symbol _,str _,list[Symbol] _))
-
default bool isConstructorType(Symbol _)
Usage import Type;
|