pub fn le<T: PartialOrd>(a: T) -> impl Fn(T) -> bool
Alias for smaller_than_or_equal_to.
smaller_than_or_equal_to