Skip to content

Commit

Permalink
Transform GroupingMap[By] into GroupingGenericMap[By]
Browse files Browse the repository at this point in the history
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`
  • Loading branch information
Philippe-Cholet committed Mar 19, 2024
1 parent 87de8b6 commit 14b6096
Show file tree
Hide file tree
Showing 2 changed files with 97 additions and 72 deletions.
Loading

0 comments on commit 14b6096

Please sign in to comment.