Documentation
Dlang.org
map.map
expectations
map
The actual
map
function.
template
map
(alias fun)
auto
map
(
T
E
)
(
Expected
!(
T
,
E
)
self
)
if
(
is
(
typeof
(
fun
(
self.value
)))
)
Parameters
self
Type:
Expected
!(
T
,
E
)
an
Expected
object.
Meta
Source
See Implementation
expectations
map
functions
map
The actual map function.