Skip to content

Instantly share code, notes, and snippets.

@AppleCEO
Last active June 20, 2019 08:47
Show Gist options
  • Select an option

  • Save AppleCEO/878b41d57a09afa0bc1f5a257c8ebcb3 to your computer and use it in GitHub Desktop.

Select an option

Save AppleCEO/878b41d57a09afa0bc1f5a257c8ebcb3 to your computer and use it in GitHub Desktop.
subsequence example
let string = "a b c d e f"
let stringSplited = string.split(separator: " ")
// stringSplited is String.SubSequence type
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment