File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ OrderedCollections.jl
33
44[ ![ CI] ( https://github.com/JuliaCollections/OrderedCollections.jl/workflows/CI/badge.svg )] ( https://github.com/JuliaCollections/OrderedCollections.jl/actions?query=workflow%3ACI )
55[ ![ Test Coverage] ( https://codecov.io/github/JuliaCollections/OrderedCollections.jl/coverage.svg?branch=master )] ( https://codecov.io/github/JuliaCollections/OrderedCollections.jl?branch=master )
6- [ ![ Documentation] ( https://img.shields.io/badge/docs-latest -blue.svg )] ( https://juliacollections.github.io/OrderedCollections.jl/latest )
6+ [ ![ Documentation] ( https://img.shields.io/badge/docs-dev -blue.svg )] ( https://juliacollections.github.io/OrderedCollections.jl/dev )
77
88This package implements OrderedDicts and OrderedSets, which are similar to containers in base Julia.
99However, during iteration the Ordered* containers return items in the order in which they were added to the collection.
You can’t perform that action at this time.
0 commit comments