Skip to content

Instantly share code, notes, and snippets.

@davidortinau
Created February 6, 2015 05:55
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 davidortinau/fe752c6f357cd8a4a5fb to your computer and use it in GitHub Desktop.
Save davidortinau/fe752c6f357cd8a4a5fb to your computer and use it in GitHub Desktop.
// Playground - noun: a place where people can play
import UIKit
var occupations = Dictionary<String, Any?>()
occupations["one"] = 1
occupations["two"] = "two"
println(countElements(occupations))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment