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
/
cpp
/
enum.hpp
blob: 268999d68a1ef29ff9aca12b1d8378669b5d5304 (
plain
) (
tree
)
6a23452bf
^
1
2
3
namespace
namespaced
{
enum
Enum
{
A
,
B
,
C
};
}