Skip to content

2.8.0

Compare
Choose a tag to compare
@Jeehut Jeehut released this 11 Feb 16:46

Added

  • New NSRange(_:in:) initializer for converting from Range<String.Index>
  • New sum computed property on Sequence types like Array
  • New average computed property on Collection types with Int or Double elements like [Int]
  • New fullRange and fullNSRange computed properties on String

Changed

  • Made some APIs available in wider contexts (like sample in RandomAccessCollection instead of Array)