Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Ockajak committed Jul 13, 2024
1 parent 8278635 commit 023825b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ data.group_by(|x| x % 2); // HashMap::from([(0, vec![2]), (1, vec![1, 3]
| Method | Vec, VecDeque, LinkedList | Slice | HashSet, BTreeSet, BinaryHeap | HashMap, BTreeMap |
|---------------------------|:-------------------------:|:------------------:|:-----------------------------:|:------------------:|
| *add* | • | | :heavy_check_mark: | :heavy_check_mark: |
| *add_at* | ⋆ | | | |
| *add_at* | &#26AB; | | | |
| *add_at_multi* | :heavy_check_mark: | | | |
| *add_multi* | :heavy_check_mark: | | :heavy_check_mark: | :heavy_check_mark: |
| *all* | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
//! | Method | Vec, VecDeque, LinkedList | Slice | HashSet, BTreeSet, BinaryHeap | HashMap, BTreeMap |
//! |---------------------------|:-------------------------:|:------------------:|:-----------------------------:|:------------------:|
//! | *add* | • | | :heavy_check_mark: | :heavy_check_mark: |
//! | *add_at* | ⋆ | | | |
//! | *add_at* | &#26AB; | | | |
//! | *add_at_multi* | :heavy_check_mark: | | | |
//! | *add_multi* | :heavy_check_mark: | | :heavy_check_mark: | :heavy_check_mark: |
//! | *all* | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
Expand Down

0 comments on commit 023825b

Please sign in to comment.