Liking cljdoc? Tell your friends :D
Clojure only.

clojure.algo.generic.functor

Generic functor interface (fmap)

Generic functor interface (fmap)
raw docstring

fmapcljmultimethod

(fmap f s)

Applies function f to each item in the data structure s and returns a structure of the same kind.

Applies function f to each item in the data structure s and returns
a structure of the same kind.
sourceraw docstring

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

× close