no package
The standard Boolean type, which can either be true or false. On static targets, null cannot be assigned to Bool. If this is necessary, Null<Bool> can be used instead. See: https://haxe.org/manual/types-bool.html https://haxe.org/manual/types-nullability.html
The standard Boolean type, which can either be true or false.
true
false
On static targets, null cannot be assigned to Bool. If this is necessary, Null<Bool> can be used instead.
null
Bool
Null<Bool>
See:
© 2005–2018 Haxe FoundationLicensed under a MIT license. https://api.haxe.org/Bool.html