pointfreeco / swift-identified-collections

A library of data structures for working with collections of identifiable elements in an ergonomic, performant way.
MIT License
539 stars 46 forks source link

Omit argument label of `removeFirst` #2

Closed konomae closed 3 years ago

konomae commented 3 years ago

Instead of removeFirst(n:), use removeFirst(_:).

Just like the RangeReplaceableCollection. https://developer.apple.com/documentation/swift/rangereplaceablecollection/3018284-removefirst