How to rewrite Ruby's `Array(x)` in Clojure?在Ruby中,有一个Kernel#Array方法, ... (defn to-seq [x] (if (seqable? x) (seq x) '(x))) ...
確定! 回上一頁