Liking cljdoc? Tell your friends :D

active.clojure.record-clj-internals


emit-java-record-definitionclj

(emit-java-record-definition type
                             options
                             constructor
                             constructor-args
                             predicate
                             field-tuples
                             opt+specs)
source

intern*cljmacro

(intern* & args)
source

make-get-accessor-from-field-tuple-fnclj

(make-get-accessor-from-field-tuple-fn type
                                       docref
                                       constructor
                                       field-tuples
                                       meta-info)
source

ns-keywordclj

(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`
sourceraw docstring

resolve*cljmacro

(resolve* & args)
source

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

× close