Getting the indices of elements in vectors by giving a predicate or by equality.
Getting the indices of elements in vectors by giving a predicate or by equality.
(index v elt)
Getting the first index of an element in a vector.
Getting the first index of an element in a vector.
(position pred v)
Getting the index of the first element satisfying a predicate.
Getting the index of the first element satisfying a predicate.
(positions pred v)
All positions of elements of a vector satisfying a predicate.
All positions of elements of a vector satisfying a predicate.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close