Liking cljdoc? Tell your friends :D

b2w-commons-collections.list

List helpers.

List helpers.
raw docstring

as-listclj

(as-list element)

Returns an element as list. E.g.: (as-list "abc") Will produce: ["abc"]

Returns an element as list.
E.g.:
(as-list "abc")
Will produce:
["abc"]
raw docstring

intersectionclj

(intersection a-list other-list)

Returns the list containing the intersection between two lists.

Returns the list containing the intersection
between two lists.
raw docstring

unionclj

(union a-list other-list)

Returns the list containing the union between two lists.

Returns the list containing the union
between two lists.
raw docstring

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

× close