issues Search Results · repo:libsugar/tuplers language:Rust
Filter by
7 results
(78 ms)7 results
inlibsugar/tuplers (press backspace or delete to remove)Not sure what would be method name, let use foo
(None, Some(1)).foo() = None
(Some(1), None).foo() = None
(Some( a ), Some(1)).foo() = Some(( a , 1))
For 2 or 3 element tuples is enough.
For copy ...
enhancement
dzmitry-lahoda
- 1
- Opened 6 days ago
- #11
itertools has combinations and permutations, please make them for tuples.
why cannot just use itertools? because itertools work only on iterators, not fixed size arrays/slices.
i need to keep size know ...
complete
enhancement
dzmitry-lahoda
- 3
- Opened on Nov 16, 2024
- #10
It would only return (), but for completion s sake it should be implemented. I m currently getting errors in a program
because this doesn t compile if the tuple is ():
Reproduce with (dependencies tuples ...
Shadow53
- 1
- Opened on Mar 29, 2023
- #6
Given a tuple (A, B, C), I d like to be able to split it into two in the following ways:
(), (A, B, C) (A,), (B, C) (A, B), (C,) (A, B, C), ()
complete
enhancement
Shadow53
- Opened on Feb 6, 2023
- #5
This would be useful for example in iterators to be able to clone both values and tuples with the same code
complete
enhancement
ten3roberts
- 1
- Opened on Jun 20, 2022
- #4

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.