fmapOrElse.fmapOrElse

Undocumented in source. Be warned that the author may not have intended to support it.
template fmapOrElse(alias pred, alias orElse)
fmapOrElse
(
T
E
)
(
auto ref scope Result!(T, E) result
)
if (
is(typeof(orElse(E.init)) : typeof(pred(T.init)))
)

Meta