Skip to content

Instantly share code, notes, and snippets.

@tarquin-the-brave
Created May 12, 2020 12:02
Show Gist options
  • Save tarquin-the-brave/c2df32131c32642a5f723d4341d35b14 to your computer and use it in GitHub Desktop.
Save tarquin-the-brave/c2df32131c32642a5f723d4341d35b14 to your computer and use it in GitHub Desktop.
.collect()?
.into_iter()
.map(|n| n + 1)
.collect()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment