Commits

Dmitri Gribenko committed bb6c6740caa
stdlib: fix a bug in ArraySlice.removeLast() when startIndex != 0 ArraySlice.removeLast() only worked when startIndex was equal to zero. This change fixes the bug, and uses the proper customization point for the algorithm. Fixes SR-1791, rdar://problem/26897658.