(fmap f s)
Applies function f to each item in the data structure s
Applies function f to each item in the data structure s
(nmap f s n)
Applies function f to each item in the data structure s
Applies function f to each item in the data structure s
(nmap1 f v)
this applies f to the first level, it behaves similar to map (but it is eager on maps), it also applies to v on maps
this applies f to the first level, it behaves similar to map (but it is eager on maps), it also applies to v on maps
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close