Liking cljdoc? Tell your friends :D

clojure.algo.generic

Generic interfaces This library provides generic interfaces in the form of multimethods that can be implemented for any type. The interfaces partly duplicate existing non-generic functions in clojure.core (arithmetic, comparison, collections) and partly provide additional functions that can be defined for a wide variety of types (functors, math functions).

Generic interfaces
This library provides generic interfaces in the form of
multimethods that can be implemented for any type.
The interfaces partly duplicate existing non-generic
functions in clojure.core (arithmetic, comparison,
collections) and partly provide additional functions that
can be defined for a wide variety of types (functors, math
functions).
raw docstring

nary-dispatchclj/s

(nary-dispatch)
(nary-dispatch x)
(nary-dispatch x y)
(nary-dispatch x y & more)
source

nary-typeclj/s

source

nulary-typeclj/s

source

root-typeclj/s

source

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

× close