2.8.0
Added
- New
NSRange(_:in:)
initializer for converting fromRange<String.Index>
- New
sum
computed property onSequence
types likeArray
- New
average
computed property onCollection
types withInt
orDouble
elements like[Int]
- New
fullRange
andfullNSRange
computed properties onString
Changed
- Made some APIs available in wider contexts (like
sample
inRandomAccessCollection
instead ofArray
)