org.flatland/ordered

Pure-clojure implementation of ruby's ordered hash and set types - instead of sorting by key, these collections retain insertion order.

  • VCSN/A

  • cljdoc documentationcljdoc
  • 8,793,145 Downloads
  • 44,757 This Version

Leiningen/Boot

[org.flatland/ordered "1.5.5"]

Clojure CLI/deps.edn

org.flatland/ordered {:mvn/version "1.5.5"}

Gradle

implementation("org.flatland:ordered:1.5.5")

Maven

<dependency>
  <groupId>org.flatland</groupId>
  <artifactId>ordered</artifactId>
  <version>1.5.5</version>
</dependency>