Liking cljdoc? Tell your friends :D

flatland.useful.ns


alias-nsclj

(alias-ns ns-name)

Create vars in the current namespace to alias each of the public vars in the supplied namespace.

Create vars in the current namespace to alias each of the public vars in
the supplied namespace.
sourceraw docstring

alias-varclj

(alias-var name var)

Create a var with the supplied name in the current namespace, having the same metadata and root-binding as the supplied var.

Create a var with the supplied name in the current namespace, having the same
metadata and root-binding as the supplied var.
sourceraw docstring

defaliascljmacro

(defalias dst src)

Defines an alias for a var: a new var with the same root binding (if any) and similar metadata. The metadata of the alias is its initial metadata (as provided by def) merged into the metadata of the original.

Defines an alias for a var: a new var with the same root binding (if
any) and similar metadata. The metadata of the alias is its initial
metadata (as provided by def) merged into the metadata of the original.
sourceraw docstring

var-nameclj

(var-name v)

Get the namespace-qualified name of a var.

Get the namespace-qualified name of a var.
sourceraw docstring

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

× close