ddc ~master (2022-05-11T07:34:37.0755476)
Dub
Repo
each.each
dmd
root
array
each
Undocumented in source. Be warned that the author may not have intended to support it.
int
each
(Array!T array)
template
each
(alias callable, T)
int
each
(
ref
Array
!
T
array
)
if
(
is
(
ReturnType
!(
typeof
(
(
T
t
)
=>
callable
(
t
)
)) ==
int
)
)
int
each
(Array!T* array)
template
each
(alias callable, T)
Meta
Source
See Implementation
dmd
root
array
each
functions
each