A small collection of utilities for working with collections.
Add this project to your deps.edn. In the Bauhaus project itself, this is possible from the local repository structure using
{:deps {...
org.gorillalabs.bauhaus.clojure-contrib/collection {:local/root "../../modules/clojure-contrib/collection"}
...
}}or using git coordinates like this, but with the latest :git/sha
{...
org.gorillalabs.bauhaus.clojure-contrib/collection {:git/url "git@github.com:gorillalabs/bauhaus.git"
:git/sha "AE...<commit sha>"
:deps/root "modules/clojure-contrib/collection"}
...}Require gorillalabs.collections namespace.