Files
swift-mirror/validation-test/stdlib/Algorithm.swift
Dmitri Gribenko 5b728dc859 Remove Range<Index> argument from Collection.partition()
collection.partition(i..<j) => collection[i..<j].partition()
2015-12-18 16:20:01 -08:00

6.3 KiB