Module sorted_vec::partial

source ·
Expand description

Sorted vectors of types implementing PartialOrd.

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

Structs