We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 737d3f0 commit 7d36c9cCopy full SHA for 7d36c9c
1 file changed
README.org
@@ -523,11 +523,11 @@ more performant than ~t-cons~ since it performs no final reversal.
523
(t-transduce #'t-pass #'t-snoc '(1 2 3))
524
#+end_src
525
526
-*** t-vector
527
-
528
#+RESULTS:
529
: (3 2 1)
530
+*** t-vector
+
531
Collect a stream of values into a vector.
532
533
#+begin_src emacs-lisp :results verbatim :exports both
0 commit comments