0.2
Added a filter
method to SortedArray
. The difference to Sequence.filter
(which always returns an Array
) is that it returns a SortedArray
. We can do this efficiently because filtering doesn't affect the sort order of the remaining elements. Thank you @klaaspieter for the PR!
Set up continuous integration on Travis CI. Travis will build and run the tests on macOS and Linux for every pull request.