Function any_vec

Source
pub fn any_vec<T, const MAX_LENGTH: usize>() -> Vec<T>
where T: Arbitrary,
Expand description

Generates an arbitrary vector whose length is at most MAX_LENGTH.