how to append to first of array in swift code example Example: add to beginning of array swift //Swift 4 someArray.insert(someValue, at: 0)