Returns a new Result, mapping any Ok value using the given transformation.
Result<W, F> map<W>(W Function(S ok) fn);