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
/
arc
/
cmodule.nim
blob: 6c6e6c0fa305263e73e1d373fd81ee5e437e67a8 (
plain
) (
tree
)
8480bef1c
^
1
2
3
4
iterator
cycle
*[
T
]
(
s
:
openArray
[
T
]
):
T
=
let
s
=
@
s
for
x
in
s
:
yield
x