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
iter::map seems to be a low level function that users will very seldom call. This is confusing because map is such a common function name to use. It would be very helpful if it had a pointer to map_to_vec which seems to be the one people will use 90% of the time.
The text was updated successfully, but these errors were encountered:
pnkfelix
added a commit
to pnkfelix/rust
that referenced
this issue
Mar 25, 2013
iter::map seems to be a low level function that users will very seldom call. This is confusing because map is such a common function name to use. It would be very helpful if it had a pointer to map_to_vec which seems to be the one people will use 90% of the time.
The text was updated successfully, but these errors were encountered: