Liking cljdoc? Tell your friends :D
Clojure only.

kunekune


$->cljmacro

($-> initial-val & clauses)

Flexible threading macro e.g. ($-> "hal" .getBytes (map inc $) (concat $ $) byte-array String. (str "!") .toUpperCase) ; IBMIBM!

Flexible threading macro
e.g.
  ($-> "hal"
       .getBytes
       (map inc $)
       (concat $ $)
       byte-array
       String.
       (str "!")
       .toUpperCase)
  ; IBMIBM!
  
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close