pub fn any_vec<T, const MAX_LENGTH: usize>() -> Vec<T>where T: Arbitrary,
Generates an arbitrary vector whose length is at most MAX_LENGTH.