Skip to main content

are_disjoint

Function are_disjoint 

pub fn are_disjoint<T>(left: &[T], right: &[T]) -> bool
where T: PartialEq,
Expand description

Returns whether left and right share no common members.