SortingLab.jl
SortingLab.jl copied to clipboard
Allow AbstractVectors
Replaces Vector with AbstractVector in some type annotations, so these methods can be used more broadly.
Have to be careful here as SortingLab makes assumptions about vector's memory layout sometimes.
I also haven't turned on CI testing, so need to check if tests pass offline.
@xiaodaigh makes sense; worth noting the tests are all working on my end.
need to check if there are missing tests.
Are you able to add some tests for non-vector input and see if they work?