Skip to content

Commit b9a56a8

Browse files
committed
add seqable? to sequences page
1 parent aaf188c commit b9a56a8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

content/reference/sequences.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ Process each item of a seq to create a new seq: https://clojure.github.io/clojur
5454
=== Using a seq
5555

5656
[%hardbreaks]
57+
Check if a coll can produce a seq: https://clojure.github.io/clojure/clojure.core-api.html#clojure.core/seqable?[seqable?]
5758
Extract a specific-numbered item from a seq: https://clojure.github.io/clojure/clojure.core-api.html#clojure.core/first[first] https://clojure.github.io/clojure/clojure.core-api.html#clojure.core/ffirst[ffirst] https://clojure.github.io/clojure/clojure.core-api.html#clojure.core/nfirst[nfirst] https://clojure.github.io/clojure/clojure.core-api.html#clojure.core/second[second] https://clojure.github.io/clojure/clojure.core-api.html#clojure.core/nth[nth] https://clojure.github.io/clojure/clojure.core-api.html#clojure.core/when-first[when-first] https://clojure.github.io/clojure/clojure.core-api.html#clojure.core/last[last] https://clojure.github.io/clojure/clojure.core-api.html#clojure.core/rand-nth[rand-nth]
5859
Construct a collection from a seq: https://clojure.github.io/clojure/clojure.core-api.html#clojure.core/zipmap[zipmap] https://clojure.github.io/clojure/clojure.core-api.html#clojure.core/into[into] https://clojure.github.io/clojure/clojure.core-api.html#clojure.core/reduce[reduce] https://clojure.github.io/clojure/clojure.core-api.html#clojure.core/set[set] https://clojure.github.io/clojure/clojure.core-api.html#clojure.core/vec[vec] https://clojure.github.io/clojure/clojure.core-api.html#clojure.core/into-array[into-array] https://clojure.github.io/clojure/clojure.core-api.html#clojure.core/to-array-2d[to-array-2d] https://clojure.github.io/clojure/clojure.core-api.html#clojure.core/frequencies[frequencies] https://clojure.github.io/clojure/clojure.core-api.html#clojure.core/group-by[group-by]
5960
Pass items of a seq as arguments to a function: https://clojure.github.io/clojure/clojure.core-api.html#clojure.core/apply[apply]

0 commit comments

Comments
 (0)