Skip to content

package:collection v1.18.0

Latest
Compare
Choose a tag to compare
@devoncarew devoncarew released this 26 Jul 01:04
· 13 commits to master since this release
0a2885a
  • CanonicalizedMap:
    • Added copy: copies an instance without recalculating the canonical values of the keys.
    • Added toMap: creates a Map<K,V> (with the original key values).
    • Added toMapOfCanonicalKeys: creates a Map<C,V> (with the canonicalized keys).
  • Fixes bugs in ListSlice.slice and ListExtensions.slice.
  • Update to package:lints 2.0.1.