Function lt

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

Alias for smaller_than.