bitvec icon indicating copy to clipboard operation
bitvec copied to clipboard

Incorrect handling of end index in BitVec::extend_from_within

Open korrat opened this issue 1 year ago • 0 comments

I'm trying to repeat a part of a BitVec using extend_from_within(..). However, this fails with an error at runtime, due to normalization of range bounds, I believe. The error says index 8 out of range: Excluded(8).

korrat avatar Dec 12 '23 09:12 korrat