ClojureDocs

导航

命名空间

import

clojure.core

从 1.0 起可用 (来源)
  • (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.