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
/
ccgbugs
/
pkg8616
/
rtarray.nim
blob: 286dbb8cd00c495ba89ed5b6bc0ce79c9825c4ac (
plain
) (
blame
)
1
2
proc
head
*[
T
]
(
pp
:
var
array
[
1
,
T
]
):
var
T
=
result
=
pp
[
0
]