Skip to main content

use

macrov1.9

cljs.core/use

Available in:BBCLJCLJS
(use [& args])
Like require, but referring vars specified by the mandatory :only option. Example: The following would load the library clojure.set while referring the intersection var. (use '[clojure.set :only [intersection]])

No examples yet. Be the first to add one!