Minix
5.0.0-alpha
module-common
/
dev.racci.minix.api.extensions
/
asBoolean
as
Boolean
fun
Int
.
asBoolean
(
)
:
Boolean
Converts an integer into a boolean.
Return
true if the integer is 1, false if 0.