Skip to content

Instantly share code, notes, and snippets.

@keaty
Last active February 14, 2016 22:53
Show Gist options
  • Select an option

  • Save keaty/27bcde0ffabbc494c431 to your computer and use it in GitHub Desktop.

Select an option

Save keaty/27bcde0ffabbc494c431 to your computer and use it in GitHub Desktop.
let string_data = if i == 0 {
format!("{}", data)
} else {
format!(",{}", data)
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment