how to insert element at start of the array ios swift

Swift
someArray.insert(someValue, atIndex: 0)
Source

Also in Swift: