[][src]Module treez::queue_monotone

monotonic queue items are ordered such that all elements are non-decreasing compared using cmp::Ordering::Less (eg: e_i >= e_j, for all i > j)

Structs

QueueMonotone