Expand description
Functions for working with [Vec]s.
Modules§
- exhaustive
- Iterators that generate
Vecs without repetition.
Structs§
- Exhaustive
VecPermutations - Generates every permutation of a
Vec.
Functions§
- exhaustive_
vec_ permutations - Generates every permutation of a
Vec. - vec_
delete_ left - Deletes several values from the left (beginning) of a
Vec. - vec_
from_ str - Converts a string to an
Vec<T>, whereTimplementsFromStr. - vec_
from_ str_ custom - Converts a string to an
Vec<T>, given a function to parse a string into aT. - vec_
pad_ left - Inserts several copies of a value at the left (beginning) of a
Vec.