mirror of
https://github.com/nim-lang/Nim.git
synced 2026-08-02 21:49:02 +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!
|