[][src]Module sorted_vec::partial

Sorted vectors of types implementing PartialOrd.

It is a runtime panic if an incomparable element is compared.

Structs

ReverseSortedVec

Reverse sorted vector

SortedVec

Forward sorted vector