think.datatype

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

Leiningen/Boot

[think.datatype "0.1.0"]

Clojure CLI/deps.edn

think.datatype/think.datatype {:mvn/version "0.1.0"}

Gradle

implementation("think.datatype:think.datatype:0.1.0")

Maven

<dependency>
  <groupId>think.datatype</groupId>
  <artifactId>think.datatype</artifactId>
  <version>0.1.0</version>
</dependency>