Skip to content

Instantly share code, notes, and snippets.

@chriswebb09
Last active May 14, 2017 23:24
Show Gist options
  • Save chriswebb09/327dc882cb5d8d191df079cad8ecf26e to your computer and use it in GitHub Desktop.
Save chriswebb09/327dc882cb5d8d191df079cad8ecf26e to your computer and use it in GitHub Desktop.
class Test {
var hello: [String: Int] = [:]
func test() {
hello[“one”] = 1
hello[“one”] // 1
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment