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
/
accept
/
run
/
tlenopenarray.nim
blob: 9731cb4f2c372038f9abf5b7ad667a1083fcfc58 (
plain
) (
blame
)
1
2
3
4
5
# len(x) --> len([x]) --> match!
echo
len
(
1_000_000
)
#OUT 1