Liking cljdoc? Tell your friends :D

vent.util


deep-mergeclj

(deep-merge a b)
source

highest-arity-ofclj

(highest-arity-of f)

Returns the maximum arity of:

  • anonymous functions like #() and (fn []).
  • defined functions like map or +.
  • macros, by passing a var like #'->.

Returns :variadic if the function/macro is variadic.

Returns the maximum arity of:
  - anonymous functions like `#()` and `(fn [])`.
  - defined functions like `map` or `+`.
  - macros, by passing a var like `#'->`.

Returns `:variadic` if the function/macro is variadic.
sourceraw docstring

invoke-highest-arityclj

(invoke-highest-arity f & args)
source

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

× close