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
blame
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
converter
/
m18986.nim
blob: 0ebf343aedd3d808764b376f812e0d631353364a (
plain
) (
tree
)
5a995ffc5
^
1
2
3
import
std
/
macros
converter
Lit
*
(
x
:
uint
):
NimNode
=
newLit
(
x
)