(emit-java-record-definition type
options
constructor
constructor-args
predicate
field-tuples
opt+specs)
(make-get-accessor-from-field-tuple-fn type
docref
constructor
field-tuples
meta-info)
(ns-keyword the-name-sym)
Takes a symbol or string the-name-sym
and returns a namespaced keyword
based on that symbol.
Example: (ns-keyword 'foo) => :calling.name.space/foo
Takes a symbol or string `the-name-sym` and returns a namespaced keyword based on that symbol. Example: `(ns-keyword 'foo) => :calling.name.space/foo`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close