Skip to content

Instantly share code, notes, and snippets.

@owensd
Created July 3, 2014 04:08
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 owensd/ad5e103eabcba3f53d4e to your computer and use it in GitHub Desktop.
Save owensd/ad5e103eabcba3f53d4e to your computer and use it in GitHub Desktop.
// playground1 contents
// import Foundation
let items = [4, 2.3] // this is of type Array<Double>
// playground2 contents
import Foundation
let items = [4, 2.3] // this is of type NSArray
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment