Back
str (clj)
(source)function
(str)
(str a)
(str a b)
(str a b c)
(str a b c d)
(str a b c d e)
(str a b c d e & more)
More efficient implementation of `clojure.core/str` because it has more
non-variadic arities. Optimization is Clojure-only, on other platforms it
reverts back to `clojure.core/str`.