nss-lang
0.0.1
nss-lang
/
ast.types.primitive
/
BooleanType
Boolean
Type
class
BooleanType
:
Type
Content copied to clipboard
Specifies a boolean type, where the only possible values are
true
and
false
.
Constructors
Constructors
Boolean
Type
Link copied to clipboard
fun
BooleanType
(
)
Content copied to clipboard