Skip to content

0.1.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@jtomasevic jtomasevic released this 28 Jul 02:29
· 27 commits to main since this release
3feb8b0

Breaking change is how we handle sorted list now. We needed to enable sort direction, so we need to refactor sorted list implementation that was based on slices to be now structs. It's done now for

SimpleSortedList

and

SortedList

Both structs have ToList[T] method which returns elements in 0(1) time it should be used for iteration over collection.

  • More method will be added to this structs in next version to align them with same interface.