ordered_vec
This little library provides a trait that ensures elements in a vector are pushed in a sorted order, both ascending and descending.
Example
use OrdVec;
License
This library is licensed under MIT and Apache-2.0.
This little library provides a trait that ensures elements in a vector are pushed in a sorted order, both ascending and descending.
use OrdVec;
This library is licensed under MIT and Apache-2.0.