Skip to content

Instantly share code, notes, and snippets.

@Concers
Created May 15, 2022 16:44
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 Concers/e672e788ebe013ffebd1d324acedb59e to your computer and use it in GitHub Desktop.
Save Concers/e672e788ebe013ffebd1d324acedb59e to your computer and use it in GitHub Desktop.
var priceList : Set<String> = ["dolar","turkish lira","sterlin"]
print(priceList)
// Set Add Element
priceList.insert("euro")
print(priceList)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment