v2.0.0-alpha.5
Pre-release
Pre-release
What's Changed
- Implement
From<[T; M]> for SmallVec<T, N>
for allM, N
(v2) by @zachs18 in #338 - Implement SmallVec::split_off by @arthurprs in #340
- Replace
DrainFilter
withExtractIf
by @NaokiM03 in #341 - bugfix for append not set self.len properly by @alanlzhang in #347
New Contributors
- @zachs18 made their first contribution in #338
- @NaokiM03 made their first contribution in #341
- @alanlzhang made their first contribution in #347
Full Changelog: v2.0.0-alpha.3...v2.0.0-alpha.5