Liking cljdoc? Tell your friends :D

clj-concordion.internal.utils


->defnclj

(->defn prefix v)

arg->typeclj

(arg->type arg)

var->arglistclj

(var->arglist v)

var->metaclj

(var->meta v)

var->method-descrclj

(var->method-descr v)

Get arg and return types of the given fn; v is a var Ex.: (fn->typesadd)` => {:namesym add :args [Integer Integer], :ret java.lang.Integer}

Get arg and return types of the given fn; v is a var
Ex.: `(fn->types `add)` =>
 {:namesym add :args [Integer Integer], :ret java.lang.Integer}
raw docstring

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

× close