Liking cljdoc? Tell your friends :D

ysera.collections


empty->nilclj/s

(empty->nil coll)

Converts the collection to nil if it is empty.

Converts the collection to nil if it is empty.
sourceraw docstring

index-ofclj/s

(index-of coll x)

Gets the index of the given element of the collection.

Gets the index of the given element of the collection.
sourceraw docstring

remove-oneclj/s

(remove-one coll x)

Removes one instance of the given element in the given collection.

Removes one instance of the given element in the given collection.
sourceraw docstring

seq-contains?clj/s

(seq-contains? coll x)

Determines if the given element is contained in the given collection.

Determines if the given element is contained in the given collection.
sourceraw docstring

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

× close