pub fn sliding_min<T: Ord + Clone>() -> SlidingExtrema<T, ExtremumOrdMin<T>>
Expand description

A sliding min queue, for any type T that is Ord.