(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]])
Examples
No examples yet. Be the first to add one!