Skip to content

Instantly share code, notes, and snippets.

@Nub
Created June 12, 2014 16:48
Show Gist options
  • Select an option

  • Save Nub/841b84ac148698e2df46 to your computer and use it in GitHub Desktop.

Select an option

Save Nub/841b84ac148698e2df46 to your computer and use it in GitHub Desktop.
7> let d = ["test":("a","b")]
d: Dictionary<String, (String, String)> = {
[0] = {
key = "test"
value = {
0 = "a"
1 = "b"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment