Module malachite_base::vecs

source ·
Expand description

Functions for working with Vecs.

Modules

Iterators that generate Vecs without repetition.
Iterators that generate Vecs randomly.

Structs

Generates every permutation of a Vec.
Uniformly generates a random value from a nonempty Vec.
Uniformly generates a random Vec of values cloned from an original Vec.

Functions

Generates every permutation of a Vec.
Uniformly generates a random value from a nonempty Vec.
Uniformly generates a random Vec of values cloned from an original Vec.
Deletes several values from the left (beginning) of a Vec.
Converts a string to an Vec<T>, where T implements FromStr.
Converts a string to an Vec<T>, given a function to parse a string into a T.
Inserts several copies of a value at the left (beginning) of a Vec.