New
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.sliceandListExtensions.slice. - Update to
package:lints2.0.1.