mccolljr / segvec

SegVec data structure for rust. Similar to Vec, but allocates memory in chunks of increasing size.
MIT License
33 stars 4 forks source link

get_unchecked(_mut) added #34

Closed tower120 closed 1 year ago

tower120 commented 1 year ago

Implements https://github.com/mccolljr/segvec/issues/33

mccolljr commented 1 year ago

I know that these are extremely simple methods, but would you mind adding a couple of very simple tests that they return the expected values? Will be nice to have the coverage in the future if internals are refactored.

tower120 commented 1 year ago

Done