The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
each.each
mir
algorithm
iteration
each
Iterates elements of selected
Chequer
color.
auto
each
(Slices slices)
auto
each
(Chequer color, Slices slices)
template
each
(alias fun)
@
fmamath
static if
(
__traits(isSame, naryFun!fun, fun)
)
@
fmamath
auto
each
(
Slices
...
)
(
Chequer
color
,
Slices
slices
)
if
(
Slices.length
&&
allSatisfy
!(
isSlice
,
Slices
)
)
Parameters
color
Chequer
Chequer
.
slices
Slices
One or more slices.
Meta
Source
See Implementation
mir
algorithm
iteration
each
functions
each
Iterates elements of selected Chequer color.