Brief Introduction to SWIFT types

Playground located at:  https://github.com/ToniNichev/Swift-Data-Types Arrays Arrays store data of the same type in the same order (sorted) – line 1 demonstrates creating an array syntax. – line 7 shows the shorthand array creation syntax – line 13 shows creating an array with Array literal (and default values) [csharp highlight=”2,7,13″] // create empty array var myArrayOne … Continue reading Brief Introduction to SWIFT types