Navigation
|
Synopsis Determine if the given type is a bag (bags are not yet implemented).
Function -
bool isBagType(\alias(_,_,Symbol at))
-
bool isBagType(\parameter(_,Symbol tvb))
-
bool isBagType(\label(_,Symbol lt))
-
bool isBagType(\bag(_))
-
default bool isBagType(Symbol _)
Usage import Type;
|