Function between

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

Alias for in_range.