index
:
Nim
this commit
devel
This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)
ahoang <ahoang@tilde.institute>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
converter
/
mdontleak.nim
blob: e55c3f87c2f304f57ca4ad08ebe31d3ec50c319d (
plain
) (
blame
)
1
2
3
converter
toBool
(
x
:
uint32
):
bool
=
x
!=
0
# Note: This convertes is not exported!