Skip to content

Instantly share code, notes, and snippets.

@krzyzanowskim
Created March 16, 2015 22:14
Show Gist options
  • Select an option

  • Save krzyzanowskim/91cdc1d29adeaa8fdcab to your computer and use it in GitHub Desktop.

Select an option

Save krzyzanowskim/91cdc1d29adeaa8fdcab to your computer and use it in GitHub Desktop.
4 dimensional array
let array = [[[[UInt8]]]](count: 1, repeatedValue:
[[[UInt8]]](count: 2, repeatedValue:
[[UInt8]](count: 2, repeatedValue:
[UInt8](count: 2, repeatedValue: 0))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment