swift add element to array and return new array code example Example: add to beginning of array swift //Swift 4 someArray.insert(someValue, at: 0)