pub fn is_subset<T>(left: &[T], right: &[T]) -> boolwhere T: PartialEq,
Returns whether every unique value in left appears in right.
left
right