phobos ~master (2024-10-03T07:50:27Z)
Dub
Repo
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