apple / swift-algorithms

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

Chunked type / documentation cleanup #200

Closed natecook1000 closed 1 year ago

natecook1000 commented 1 year ago

This change improves the documentation for evenlyChunked(in:) and chunks(ofCount:) and renames EvenChunksCollection to EvenlyChunkedCollection to follow the pattern of wrapper type names matching their producing functions.

Checklist

natecook1000 commented 1 year ago

@swift-ci Please test