List Question
20 TechQA 2022-04-28T04:55:36.430000Combining Two Vectors of References into a Vector of Values Without Consuming an Iterator in Rust
740 views
Asked by Azriel 1rf
Iterate over two different iterable types with the same item types in a single loop in Rust
199 views
Asked by Yuri Astrakhan
Unexpected "method not found" compiler error
2.6k views
Asked by J. Dane
Calling variadic function with iterator in Rust
178 views
Asked by Rikard Olsson
Mutably iterate through an iterator using Itertools' tuple_windows
341 views
Asked by shouya
How can I intersperse a rust iterator with a value every n items?
1.2k views
Asked by asdf3.14159
What is the best way to "rename" a Rust `std::iter::Iterator` function for my own library?
131 views
Asked by arkethos
In Rust, what is the proper way to replicate Python's "repeat" parameter in itertools.product?
1.1k views
Asked by Jessime Kirk
How do I interlace two Rust vectors into a new vector?
693 views
Asked by Ecumene
How do I interleave two Rust vectors by chunks of threes into a new vector?
2.3k views
Asked by Ecumene
Rust vector type conversion / interface issue between Itertools and function with slice indexing
360 views
Asked by Isambard_FA
How to write a trait function which can be invoked on vec and returns an iterable?
209 views
Asked by ditoslav
How can I use Itertools::group_by without cloning or the error "cannot move out of a value which is behind a shared reference"?
443 views
Asked by Emmanuel Touzery
Does rust have a trait for a collection with `iter()` method or a resettable iterator?
215 views
Asked by user21952-is-a-great-name
Rust itertools combinations with variable length counts
635 views
Asked by bayramkazik
Is there an iterator method that takes a predicate and gives back an index and the matching element?
1k views
Asked by leo848
How to interlace an iterator with itself from the end?
295 views
Asked by leo848
Mutably iterate over all permutations of Vec
68 views
Asked by Antosser
Cartesian product of n ranges
525 views
Asked by artemetra