... which is a multimethod: 1 (ns stadig.storage.protocol 2 (:refer-clojure :exclude [get])) 3 4 (defprotocol IStorage 5 (get [this bucket key]) 6 (put ...
確定! 回上一頁