Function ne

Source
pub fn ne<T: PartialEq>(a: T) -> impl Fn(T) -> bool
Expand description

Alias for not_equal_to.