Commits

Tomohiro Kumagai committed 01155076fa5
[stdlib] [docs] Modify Array's type parameter name and rename Slice to ArraySlice in comments. In swift 1.2, `Slice` has been renamed `ArraySlice`. In swift 2.0, type parameter name of `Array` is changed from `T` to `Element`. Therefore, modified the names which appear in code comments and a document.