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
/
thexrange.nim
blob: 875a5bab356d0e28559219dce0df20a5c126407e (
plain
) (
tree
)
fe4cc7829
^
1
2
3
4
5
6
7
8
type
TArray
=
array
[
0x0012
..
0x0013
,
int
]
var
a
:
TArray
echo
a
[
0
]
#OUT 0