Commits

David Farler committed 5eb9f396d69
Default removeFirst for Slice, ArraySlice Add a default implementation for CollectionTypes where their SubSequence == Self. That is, mainly, Slice and ArraySlice. This changes the slice's view of, but not modifying or copying, the underlying collection. rdar://problem/20302034 Swift SVN r30496