We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d38c73 commit fa570daCopy full SHA for fa570da
CHANGELOG.md
@@ -49,6 +49,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
49
- Added `get_index` and `get_index_mut` to `IndexMap`.
50
- Added `String::uDisplay`.
51
- Added `LenT` generic to `Vec<T, N>` and `VecView<T>` to save memory when using a sane capacity value.
52
+- Migrated `Idx` generic for `SortedLinkedList` to use the new `LenType` trait, allowing for `Idx` inference.
53
54
### Changed
55
0 commit comments