thinktopic/datatype

Library for efficient manipulation of contiguous mutable containers of primitive datatypes.

Leiningen/Boot

[thinktopic/datatype "0.2.0-SNAPSHOT"]

Clojure CLI/deps.edn

thinktopic/datatype {:mvn/version "0.2.0-SNAPSHOT"}

Gradle

implementation("thinktopic:datatype:0.2.0-SNAPSHOT")

Maven

<dependency>
  <groupId>thinktopic</groupId>
  <artifactId>datatype</artifactId>
  <version>0.2.0-SNAPSHOT</version>
</dependency>