pub fn vec_is_subset<T: PartialEq>(a: &[T], b: &[T]) -> bool
Return true if a is a subset of b (all elements of a appear in b).
true
a
b