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

前端 未结 0 1471
时光说笑
时光说笑 2020-12-18 23:52

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

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