We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c2a33e commit 36530b6Copy full SHA for 36530b6
README.md
@@ -36,6 +36,11 @@ Latest stable release: 0.1.4
36
Example Usage
37
========================================
38
39
+The following functions take sequential collections
40
+(such as lists and vectors) as inputs. If you want
41
+to call a function on a set, you must explicitly
42
+call `seq` on the set first.
43
+
44
All functions return lazy sequences.
45
46
```clojure
0 commit comments