Module arrUtils
Search:
Group by:
Section
Type
Procs
for
Each
Procs
proc
forEach
[
T
]
(
s
:
openArray
[
T
]
;
fn
:
proc
(
v
:
T
;
k
:
int
)
:
void
)
:
void
apply to every element of the given iterable the closure provided