JuliaCollections / DataStructures.jl

Julia implementation of Data structures
https://juliacollections.github.io/DataStructures.jl/latest/
MIT License
679 stars 242 forks source link

Impl, docs, & tests for searchsortedbefore #880

Open devinallen opened 7 months ago

devinallen commented 7 months ago

Fixes #879 I pretty much just looked to searchsortedafter as a template for what tests to write Otherwise, pretty straightforward Thanks :D