RLEVectors.jl icon indicating copy to clipboard operation
RLEVectors.jl copied to clipboard

searchsortedfirst(v::AbstractVector, x::AbstractVector) needs a review

Open phaverty opened this issue 7 years ago • 0 comments

searchsortedfirst(v::AbstractVector, x::AbstractVector, lo::Int, hi::Int) should probably make sure hi and lo are the same Integer type and should make indices a vector of that type

phaverty avatar May 03 '17 17:05 phaverty