StackOverflow Questions for Tag: rust-itertools

Harry
Harry

Reputation: 2963

Modulo operator in a match expression

Score: 1

Views: 69

Answers: 1

Read More
Alex.S
Alex.S

Reputation: 13

Fully qualified syntax on chained methods to avoid name collision warning

Score: 0

Views: 116

Answers: 2

Read More
shouya
shouya

Reputation: 3083

Mutably iterate through an iterator using Itertools' tuple_windows

Score: 1

Views: 432

Answers: 1

Read More
Antosser
Antosser

Reputation: 391

Mutably iterate over all permutations of Vec

Score: 0

Views: 33

Answers: 0

Read More
Azriel 1rf
Azriel 1rf

Reputation: 177

Combining Two Vectors of References into a Vector of Values Without Consuming an Iterator in Rust

Score: 0

Views: 841

Answers: 1

Read More
Isambard_FA
Isambard_FA

Reputation: 117

Rust vector type conversion / interface issue between Itertools and function with slice indexing

Score: 0

Views: 337

Answers: 1

Read More
artemetra
artemetra

Reputation: 179

Cartesian product of n ranges

Score: 4

Views: 1010

Answers: 1

Read More

Does rust have a trait for a collection with `iter()` method or a resettable iterator?

Score: 1

Views: 320

Answers: 1

Read More
Yuri Astrakhan
Yuri Astrakhan

Reputation: 9955

Iterate over two different iterable types with the same item types in a single loop in Rust

Score: 0

Views: 369

Answers: 1

Read More
baNaNa
baNaNa

Reputation: 803

How can I intersperse a rust iterator with a value every n items?

Score: 1

Views: 1824

Answers: 4

Read More
arkethos
arkethos

Reputation: 31

How to make Rust function `zip_map` take a binary function instead of a unary function with a 2-tuple as argument?

Score: 3

Views: 459

Answers: 1

Read More
arkethos
arkethos

Reputation: 31

What is the best way to "rename" a Rust `std::iter::Iterator` function for my own library?

Score: 0

Views: 110

Answers: 1

Read More
Jessime Kirk
Jessime Kirk

Reputation: 694

In Rust, what is the proper way to replicate Python's "repeat" parameter in itertools.product?

Score: 9

Views: 1367

Answers: 2

Read More
Paul Chernoch
Paul Chernoch

Reputation: 5553

Can I use itertools::PutBack::put_back in a loop?

Score: 2

Views: 304

Answers: 1

Read More
Paul Chernoch
Paul Chernoch

Reputation: 5553

What is the fully-qualified type name of the value returned by put_back?

Score: 0

Views: 76

Answers: 0

Read More
Ecumene
Ecumene

Reputation: 97

How do I interlace two Rust vectors into a new vector?

Score: 2

Views: 794

Answers: 1

Read More
Ecumene
Ecumene

Reputation: 97

How do I interleave two Rust vectors by chunks of threes into a new vector?

Score: 2

Views: 2709

Answers: 2

Read More
Emmanuel Touzery
Emmanuel Touzery

Reputation: 9173

How can I use Itertools::group_by without cloning or the error "cannot move out of a value which is behind a shared reference"?

Score: 0

Views: 448

Answers: 0

Read More
J. Dane
J. Dane

Reputation: 45

Unexpected "method not found" compiler error

Score: 2

Views: 2884

Answers: 1

Read More
ditoslav
ditoslav

Reputation: 4872

How to write a trait function which can be invoked on vec and returns an iterable?

Score: 0

Views: 185

Answers: 0

Read More
PreviousPage 1Next