Liking cljdoc? Tell your friends :D

qbits.hayt.ns

Borrowed from flatland.useful.ns https://github.com/flatland/useful/blob/develop/src/flatland/useful/ns.clj Eclipse Public License - v 1.0

Borrowed from flatland.useful.ns
https://github.com/flatland/useful/blob/develop/src/flatland/useful/ns.clj
Eclipse Public License - v 1.0
raw docstring

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.
raw 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.
raw 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.
raw docstring

var-nameclj

(var-name v)

Get the namespace-qualified name of a var.

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

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

× close