Skip to content

Instantly share code, notes, and snippets.

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

  • Save keaty/788850c7d08d4f42499a to your computer and use it in GitHub Desktop.

Select an option

Save keaty/788850c7d08d4f42499a 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