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,947,242 Downloads
  • 241,815 This Version

Leiningen/Boot

[org.flatland/ordered "1.5.6"]

Clojure CLI/deps.edn

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

Gradle

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

Maven

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