JuliaCollections / OrderedCollections.jl

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

added popfirst! method #76

Closed ExpandingMan closed 3 years ago

ExpandingMan commented 3 years ago

This function exists in Base. I happened to need it, so I thought I'd add it.

oxinabox commented 3 years ago

This looks good to me and the tests look sensible. But I will wait a bit before merging it incase someone who understands our dictionaries better can take a look.