ddc v0.0.4+2.094.1 (2020-11-01T06:34:21Z)
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)
int
each
(Array!T* array)
template
each
(alias callable, T)
int
each
(
Array
!
T
*
array
)
if
(
is
(
ReturnType
!(
typeof
(
(
T
t
)
=>
callable
(
t
)
)) ==
int
)
)
Meta
Source
See Implementation
dmd
root
array
each
functions
each