You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the closure passed to flat_map produces an Option, then filter_map does the same thing, but it does so with a much simpler implementation as it needs to keep less state.
The text was updated successfully, but these errors were encountered:
If the closure passed to
flat_map
produces anOption
, thenfilter_map
does the same thing, but it does so with a much simpler implementation as it needs to keep less state.The text was updated successfully, but these errors were encountered: