Closed tower120 closed 1 year ago
I noticed that SegVec does not have get_unchecked / get_mut_unchecked. Is that on purpose, or just in progress?
SegVec
get_unchecked
get_mut_unchecked
I had avoided it until now because it requires going through 2 layers of unchecked access and I didn't have a need for it, but I'm not opposed to including these methods.
Closing since #34 has been merged
I noticed that
SegVec
does not haveget_unchecked
/get_mut_unchecked
. Is that on purpose, or just in progress?