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
/
concepts
/
t20237.nim
blob: 175c7a9d1dc4f99b02e6cf979f92df761e086fb5 (
plain
) (
blame
)
1
2
3
type
Foo
*
=
concept
## doc comment
proc
foo
(
x
:
Self
)