mirror of
https://github.com/nim-lang/Nim.git
synced 2026-02-12 22:33:49 +00:00
4 lines
84 B
Nim
4 lines
84 B
Nim
|
|
converter toBool(x: uint32): bool = x != 0
|
|
# Note: This convertes is not exported!
|