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
/
stdlib
/
toids.nim
blob: f162dbe57ccc955619943f50c5717c64314e29f3 (
plain
) (
blame
)
1
2
3
4
5
6
import
std
/
oids
block
:
# genOid
let
x
=
genOid
()
doAssert
(
$
x
).
len
==
24