scala / collection-strawman

Implementation of the new Scala 2.13 Collections
Apache License 2.0
200 stars 72 forks source link

Implement subtractOne in mutable.Buffer #534

Closed julienrf closed 6 years ago

julienrf commented 6 years ago

In 2.12 it’s implemented in BufferLike: https://github.com/scala/scala/blob/v2.12.5/src/library/scala/collection/mutable/BufferLike.scala#L129-L133