Skip to content

Instantly share code, notes, and snippets.

@NetguruGist
Created October 31, 2015 14:50
Show Gist options
  • Save NetguruGist/1815f4797136db709cfc to your computer and use it in GitHub Desktop.
Save NetguruGist/1815f4797136db709cfc to your computer and use it in GitHub Desktop.
hiddengems4 swift
struct Array<Element> {} // swift struct
let swiftArray: [Int]
let objcArray = swiftArray as NSArray // no problem
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment