Map function for Maybe.
auto maybeId = maybeMap(RealFunction!(id!int).get); assert (maybeId(just(0)) == just(0));
See Implementation
Map function for Maybe.