Liking cljdoc? Tell your friends :D

java-time.potemkin.namespaces


import-defcljmacro

(import-def sym)
(import-def sym name)

Given a regular def'd var from another namespace, defined a new var with the same name in the current namespace.

Given a regular def'd var from another namespace, defined a new var with the
same name in the current namespace.
sourceraw docstring

import-fncljmacro

(import-fn sym)
(import-fn sym name)

Given a function in another namespace, defines a function with the same name in the current namespace. Argument lists, doc-strings, and original line-numbers are preserved.

Given a function in another namespace, defines a function with the
same name in the current namespace.  Argument lists, doc-strings,
and original line-numbers are preserved.
sourceraw docstring

import-macrocljmacro

(import-macro sym)
(import-macro sym name)

Given a macro in another namespace, defines a macro with the same name in the current namespace. Argument lists, doc-strings, and original line-numbers are preserved.

Given a macro in another namespace, defines a macro with the same
name in the current namespace.  Argument lists, doc-strings, and
original line-numbers are preserved.
sourceraw docstring

import-varscljmacro

(import-vars & syms)

Imports a list of vars from other namespaces.

Imports a list of vars from other namespaces.
sourceraw docstring

(link-vars src dst)

Makes sure that all changes to src are reflected in dst.

Makes sure that all changes to `src` are reflected in `dst`.
sourceraw docstring

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

× close