Skip to content

Instantly share code, notes, and snippets.

@laevandus
Created May 29, 2022 12:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save laevandus/da360f50b0cc7293cb942828faff826a to your computer and use it in GitHub Desktop.
Save laevandus/da360f50b0cc7293cb942828faff826a to your computer and use it in GitHub Desktop.
let first = ["a", "b", "c"]
let second = CollectionOfOne("d")
print(first + second)
// ["a", "b", "c", "d"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment