Skip to content

Instantly share code, notes, and snippets.

@scode
Created June 22, 2014 06:59
Show Gist options
  • Select an option

  • Save scode/2093d6a31cff080f515c to your computer and use it in GitHub Desktop.

Select an option

Save scode/2093d6a31cff080f515c to your computer and use it in GitHub Desktop.
for tup in sorted_lines.iter() {
let count = tup.ref0();
let line = tup.ref1();
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment