array_not_contains

Function array_not_contains 

Source
pub fn array_not_contains<const L: usize, T>(arr: [T; L], e: T) -> bool
where T: PartialEq,