MaxOhn / rosu-pp

PP and star calculation for all osu! gamemodes
MIT License
85 stars 40 forks source link

refactor: re-implemented SortedVec #22

Closed MaxOhn closed 1 year ago

MaxOhn commented 1 year ago

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.