pub fn contains<T>(haystack: &[T], needle: &[T]) -> boolwhere T: PartialEq,
Checks whether haystack contains needle