expected v0.3.1 (2021-10-11T18:48:43Z)
Dub
Repo
map.map
expected
map
The actual
map
function.
template
map
(alias op, Hook = Abort)
ref
auto ref
map
(
T
E
H
)
(
auto
ref
Expected
!(
T
,
E
,
H
)
self
)
if
(
(
is
(
T
==
void
) &&
is
(
typeof
(
op
()))
)
||
(
!
is
(
T
==
void
) &&
is
(
typeof
(
op
(
forwardValue
!
self
)))
)
)
Parameters
self
Expected
!(
T
,
E
,
H
)
an
Expected
object
Meta
Source
See Implementation
expected
map
functions
map
The actual map function.