Skip to content

Instantly share code, notes, and snippets.

@mkuliszkiewicz
Created September 9, 2015 06:56
Show Gist options
  • Save mkuliszkiewicz/c1b904654c7be5878f3d to your computer and use it in GitHub Desktop.
Save mkuliszkiewicz/c1b904654c7be5878f3d to your computer and use it in GitHub Desktop.
var subscriptableArray = ["zero", "one", "two", "three"]
let rangeX = 1...3
subscriptableArray[rangeX] // :(
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment