So, if we wanted to require both clojure.set and clojure.string, we would not have to repeat the clojure prefix: (require '(clojure string [set :as set])) ...
確定! 回上一頁