Can Clojure's protocol functions be variadic like ordinary functions?

前端 未结 0 1346
情深已故
情深已故 2020-12-19 00:20

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

相关标签:
回答
  • 消灭零回复
提交回复
热议问题