forwardMap

@safe
forwardMap
(
alias fun
Ts...
)
(
Ts xs
)
if (
is(typeof(unaryFun!(fun)))
)

Return Value

Type: auto

xs forwarded through calls to fun and packed into a std.typecons.Tuple.

See Also

Meta