I\'m trying to get a reference to an Array and make modifications to it. Because Arrays in Swift are value types, instead of reference types, if I
Array
You cannot assign an array to a variable by reference in Swift.
"In Swift, Array, String, and Dictionary are all value types..."
Source: https://developer.apple.com/swift/blog/?id=10