Skip to main content

vec_is_subset

Function vec_is_subset 

Source
pub fn vec_is_subset<T: PartialEq>(a: &[T], b: &[T]) -> bool
Expand description

Return true if a is a subset of b (all elements of a appear in b).