Skip to main content

import

macrov1.0

clojure.core/import

Available in:CLJCLJS
(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.

No examples yet. Be the first to add one!