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
/
accept
/
compile
/
tdeprecated.nim
blob: e287da3f923ed593d2619217a2508cee1ff507ff (
plain
) (
tree
)
a4ba67dd2
^
1
2
3
4
5
6
var
a
{.deprecated.}
:
array
[
0
..
11
,
int
]
a
[
8
]
=
1