Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Ockajak committed Jul 12, 2024
1 parent e86c8b3 commit 50de995
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 @@ -47,7 +47,7 @@ data.group_by(|x| x % 2); // HashMap::from([(0, vec![2]), (1, vec![1, 3]
| *all* | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
| *all_equal* | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | |
| *all_unique* | :heavy_check_mark: | :heavy_check_mark: | | |
| *all_values_equal* | | | :heavy_check_mark: | :heavy_check_mark: |
| *all_values_equal* | | | | :heavy_check_mark: |
| *all_values_unique* | | | | :heavy_check_mark: |
| *any* | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
| *cartesian_product* | :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 @@ -51,7 +51,7 @@
/// | *all* | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
/// | *all_equal* | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | |
/// | *all_unique* | :heavy_check_mark: | :heavy_check_mark: | | |
/// | *all_values_equal* | | | :heavy_check_mark: | :heavy_check_mark: |
/// | *all_values_equal* | | | | :heavy_check_mark: |
/// | *all_values_unique* | | | | :heavy_check_mark: |
/// | *any* | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
/// | *cartesian_product* | :heavy_check_mark: | | | |
Expand Down

0 comments on commit 50de995

Please sign in to comment.