Liking cljdoc? Tell your friends :D

fn2api-core.signatures


fn->signature-mapclj

(fn->signature-map fn:var)

Get a map containing the symbols for the different kind of arguments:

  • args vector of simple required arguments
  • argv symbol to a vector of variadic arguments
  • maps destructured map arguments
  • mapv a variadic vector of destructured map arguments
  • ikws destructured inline keyword arguments
Get a map containing the symbols for the different kind of arguments:
* `args` vector of simple required arguments
* `argv` symbol to a vector of variadic arguments
* `maps` destructured map arguments
* `mapv` a variadic vector of destructured map arguments
* `ikws` destructured inline keyword arguments
sourceraw docstring

fn->signaturesclj

(fn->signatures fn:var)

merge result from fn->signature-map

merge result from fn->signature-map
sourceraw docstring

fn->typeclj

(fn->type fn:var)
source

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

× close