(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.
(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.
(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.
(var-name v)
Get the namespace-qualified name of a var.
Get the namespace-qualified name of a var.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close