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
/
modules
/
mforwarded_pure_enum2.nim
blob: e5d5d2a71575b748ea2f467049b960b44e034d7f (
plain
) (
blame
)
1
2
3
4
type
PureEnum
*
{.pure.}
=
enum
x
,
y
,
z