Created
March 16, 2015 22:14
-
-
Save krzyzanowskim/91cdc1d29adeaa8fdcab to your computer and use it in GitHub Desktop.
4 dimensional array
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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