Skip to content

Commit 14b6096

Browse files
Transform GroupingMap[By] into GroupingGenericMap[By]
This is a huge but quite straightforward transformation: - `GroupingMap[By]` becomes `GroupingGenericMap[By]` with a generic type `M` - `K: Hash` becomes `M: Map<Key = K>` - `HashMap<K, ...>` becomes `M` with a `M: Map<Value = ...>` bound - Remove `Hash` and `HashMap` - `use_std` becomes `use_alloc`
1 parent 87de8b6 commit 14b6096

File tree

2 files changed

+97
-72
lines changed

2 files changed

+97
-72
lines changed

0 commit comments

Comments
 (0)