scala / collection-strawman

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

Fix bounds checks, etc. in ArrayDeque #513

Closed szeiger closed 6 years ago

szeiger commented 6 years ago

This also affects subclasses like mutable.Queue.

Fixes https://github.com/scala/collection-strawman/issues/506