MaxOhn / rosu-pp

PP and star calculation for all osu! gamemodes
MIT License
84 stars 39 forks source link

refactor: re-implemented SortedVec #22

Closed MaxOhn closed 12 months 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.