The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
each.each
std
algorithm
iteration
each
Flag
!
"each"
each
(Range r)
Flag
!
"each"
each
(Iterable r)
template
each
(alias fun = "a")
Flag
!"each"
each
(
Iterable
)
(
auto
ref
Iterable
r
)
if
(
isForeachIterable
!
Iterable
||
__traits(
compiles
,
Parameters
!(
Parameters
!(
r.opApply
)))
)
Parameters
r
Iterable
range or iterable over which each iterates
Meta
Source
See Implementation
std
algorithm
iteration
each
functions
each