Skip to content

Instantly share code, notes, and snippets.

@davidseek
Created June 4, 2020 20:13
Show Gist options
  • Select an option

  • Save davidseek/f11c16abc3ec5fc4f1fa930d005cdfb5 to your computer and use it in GitHub Desktop.

Select an option

Save davidseek/f11c16abc3ec5fc4f1fa930d005cdfb5 to your computer and use it in GitHub Desktop.
func reverseString(_ s: inout [Character]) {
s.reverse()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment