Skip to content

Commit

Permalink
Merge pull request JuliaCollections#2 from JuliaCollections/teh/testc…
Browse files Browse the repository at this point in the history
…ommit

Reword README
  • Loading branch information
timholy authored Jun 29, 2018
2 parents 35ac721 + 8f0c8fb commit 161d1f2
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,12 @@
[![Documentation](https://img.shields.io/badge/docs-latest-blue.svg)](https://juliacollections.github.io/OrderedCollections.jl/latest)

OrderedCollections.jl
=================
=====================

This package implements Ordered Dicts and Sets. It was split out from [DataStructures.jl](https://github.com/JuliaCollections/DataStructures.jl).
This package implements OrderedDicts and OrderedSets, which are similar to containers in base Julia.
However, during iteration the Ordered* containers return items in the order in which they were added to the collection.

This package was split out from [DataStructures.jl](https://github.com/JuliaCollections/DataStructures.jl).

Resources
---------
Expand Down

0 comments on commit 161d1f2

Please sign in to comment.