Public Vars

Back

import (clj)

(source)

macro

(import & import-symbols-or-lists)
import-list => (package-symbol class-name-symbols*) For each name in class-name-symbols, adds a mapping from name to the class named by package.name to the current namespace. Use :import in the ns macro in preference to calling this directly.

Examples