Function gt

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

Alias for larger_than.