We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Scala version: 2.13.10
Expected: 0, same as in Vector.
Vector
What's worse, Vector(1).indexOfSlice(List(1), -2) == -2, too (substitute any Seq for Vector).
Vector(1).indexOfSlice(List(1), -2) == -2
Seq