Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Ockajak committed Jul 14, 2024
1 parent e098ab7 commit ab72c87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ a.group_by(|x| x % 2); // HashMap::from([(0, vec![2]), (1, vec![1, 3])
| [sum](https://docs.rs/cantrip/latest/cantrip/extensions/trait.Collectible.html#method.sum) | * | | * | |
| [sum_keys](https://docs.rs/cantrip/latest/cantrip/extensions/trait.Map.html#method.sum_keys) | | | | * |
| [sum_values](https://docs.rs/cantrip/latest/cantrip/extensions/trait.Map.html#method.sum_values) | | | | * |
| [swap_at](https://docs.rs/cantrip/latest/cantrip/extensions/trait.Sequence.html#method.swap_at) | * | | | |
| [tail](https://docs.rs/cantrip/latest/cantrip/extensions/trait.Sequence.html#method.tail) | * | * | | |
| [take](https://docs.rs/cantrip/latest/cantrip/extensions/trait.Sequence.html#method.take) | * | * | | |
| [take_while](https://docs.rs/cantrip/latest/cantrip/extensions/trait.Sequence.html#method.take_while) | * | * | | |
Expand Down
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@
//! | [`sum`](Collectible::sum) | * | | * | |
//! | [`sum_keys`](Map::sum_keys) | | | | * |
//! | [`sum_values`](Map::sum_values) | | | | * |
//! | [`swap_at`](Sequence::swap_at) | * | | | |
//! | [`tail`](Sequence::tail) | * | * | | |
//! | [`take`](Sequence::take) | * | * | | |
//! | [`take_while`](Sequence::take_while) | * | * | | |
Expand Down

0 comments on commit ab72c87

Please sign in to comment.