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