SortedVec can now be constructed properly from outside rosu-pp. Its items revolve around the new Sortable trait.
This is technically a breaking change but only for nonsensical code bases that were trying to find elements in self-constructed empty SortedVec's with invalid item types.
SortedVec
can now be constructed properly from outsiderosu-pp
. Its items revolve around the newSortable
trait. This is technically a breaking change but only for nonsensical code bases that were trying to find elements in self-constructed emptySortedVec
's with invalid item types.