(defprotocol Protocol (foo[this] "just an interface method")) (deftype Dummy [] Protocol (foo[this] "bar")) (defn implements? [protocol atype] "fn from ...
確定! 回上一頁