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
Following #rust conversation with kimundi (just now from about 11:18pm +01:00), I found a useful example in the source,
/// Takes each element in the `Iterator`: if it is an `Err`, no further/// elements are taken, and the `Err` is returned. Should no `Err` occur, a/// container with the values of each `Result` is returned.////// Here is an example which increments every integer in a vector,/// checking for overflow:
but it seems not to be rendered anywhere on doc.rust-lang.org .
Or at least, search engines aren't finding the text (refresh too slow?), and it isn't where I look for it (I'm hopelessly lost?).
The text was updated successfully, but these errors were encountered:
Following #rust conversation with kimundi (just now from about 11:18pm +01:00), I found a useful example in the source,
but it seems not to be rendered anywhere on doc.rust-lang.org .
Or at least, search engines aren't finding the text (refresh too slow?), and it isn't where I look for it (I'm hopelessly lost?).
The text was updated successfully, but these errors were encountered: