Liking cljdoc? Tell your friends :D

music.helpers


choose-nclj/s

(choose-n n col)

Choose n random elements from col.

Choose n random elements from col.
sourceraw docstring

chopclj/s

(chop s)

Removes the last character of string, does nothing on a zero-length string.

Removes the last character of string, does nothing on a zero-length string.
sourceraw docstring

reverse-getclj/s

(reverse-get m v)

Returns the key of the first val in maps vals that equals v. Non-deterministic if (vals m) contains duplicates and map isn't sorted.

Returns the key of the first val in maps vals that equals v.
Non-deterministic if (vals m) contains duplicates and map isn't sorted.
sourceraw docstring

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

× close