lilyball / swift-deque

A double-ended queue collection for Swift
Apache License 2.0
8 stars 1 forks source link

Add conformance to RangeReplaceableCollection #1

Open lilyball opened 3 years ago

lilyball commented 3 years ago

We should support RangeReplaceableCollection. We can't optimize it like we can with front/back mutation, but it would make Deque a better drop-in replacement for Array.