There must be some really elegant way of copying end of the Array using Swift starting from some index, but I just could not find it, so I ended with this:
f
You can subscript an open ended range now. This will include elements starting at index 5.
Swift 4.2
array[5...]