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
)
(
auto ref scope Optional!T optional
)
if (
is(typeof(orElse()) : typeof(pred(T.init)))
)

Meta