JuliaCollections / OrderedCollections.jl

Julia implementation of associative containers that preserve insertion order
MIT License
92 stars 38 forks source link

add deleteat! for OrderedDict #106

Open bjarthur opened 1 year ago

bjarthur commented 1 year ago

i can add tests if you'd like to merge

Tokazama commented 1 year ago

I'm not sure if we yet to converge on a consensus on how users should interface with the index here (https://github.com/JuliaCollections/DataStructures.jl/pull/180#issuecomment-400269803).