1(ns clojure.test-clojure.protocols.examples) 2 3(defprotocol ExampleProtocol 4 "example protocol used by clojure tests" 5 6 (foo [a] "method with one arg") ...
確定! 回上一頁