apple / swift-algorithms

Commonly used sequence and collection algorithms for Swift
Apache License 2.0
5.97k stars 443 forks source link

Rename the `LazyChunked` type to `Chunked` #121

Closed timvermeulen closed 3 years ago

timvermeulen commented 3 years ago

This is consistent with other lazy collections in this package, which also don't have the Lazy prefix.

Checklist

timvermeulen commented 3 years ago

@swift-ci please test

natecook1000 commented 3 years ago

@swift-ci Please test