Liking cljdoc? Tell your friends :D

meander.util.alpha


cljs-env?clj/s

(cljs-env? env)

true if compiling ClojureScript or in a ClojureScript setting, false otherwise.

true if compiling ClojureScript or in a ClojureScript setting,
false otherwise.
sourceraw docstring

k-combinationsclj/s

(k-combinations coll k)

All the ways to choose k items from coll.

All the ways to choose k items from coll.
sourceraw docstring

parse-intclj/s

(parse-int s)

Parse the string s as an integer.

Parse the string s as an integer.
sourceraw docstring

partitionsclj/s

(partitions n coll)
source

permutationsclj/s

(permutations coll)

Return a sequence of all the ways to arrange coll.

Return a sequence of all the ways to arrange coll.
sourceraw docstring

str-partitionsclj/s

(str-partitions n str)
source

vec-partitionsclj/s

(vec-partitions n v)
source

vsplit-atclj/s

(vsplit-at n v)

Like clojure.core/split-at but for vectors.

Like `clojure.core/split-at` but for vectors.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close