clojure.core. Available since 1.2 (source) ... Returns a lazy seq of partitions. ... user=> (partition-by #(= 3 %) [1 2 3 4 5]) ((1 2) (3) (4 5)).
確定! 回上一頁