pub fn validate_in<T: PartialEq>(haystack: &[T], needle: &T, not: bool) -> bool
Validates whether or not a slice contains an element