With clojure functions, I can define: (defn f [x & xs] (apply some-function x xs)) I'm attempting to do this same sort of thing with a protocol, ...
確定! 回上一頁