mc-publish/tests/unit/utils/collections
Kir_Antipov fc0a818902 Made ArrayMap and MultiMap
`ArrayMap` is a map implementation which can use custom equality comparers

`MultiMap` is mostly an alias for `Map<K, V[]>`, but with some extra methods
2023-05-16 20:09:20 +03:00
..
iterable.spec.ts Implemented array-like methods for iterables 2023-05-16 20:06:09 +03:00
key-value-iterable.spec.ts Made an interface for all key-value iterables out there 2023-05-16 20:02:22 +03:00
map.spec.ts Made ArrayMap and MultiMap 2023-05-16 20:09:20 +03:00
set.spec.ts Made ArraySet 2023-05-16 20:07:37 +03:00