nicolasstucki/scala-rrb-vector

RRBVector.fill(/*32^5 + 1*/ 33554433) fi

Closed this issue · 1 comments

RRBVector.fill(/*32^5*/33554432)(0).foreach(_ => ()) // OK
RRBVector.fill(/*32^5 + 1*/ 33554433)(0).apply(1024) // NPE
RRBVector.fill(/*32^5 + 1*/33554433)(0).foreach(_ => ()) // ClassCastException

Duplicated with #4