This repository has been archived by the owner on Oct 22, 2024. It is now read-only.
package:collection v1.18.0
CanonicalizedMap
:- Added
copy
: copies an instance without recalculating the canonical values of the keys. - Added
toMap
: creates aMap<K,V>
(with the original key values). - Added
toMapOfCanonicalKeys
: creates aMap<C,V>
(with the canonicalized keys).
- Added
- Fixes bugs in
ListSlice.slice
andListExtensions.slice
. - Update to
package:lints
2.0.1.