clojure.core/take-nth ([n] [n coll]). Returns a lazy seq of every nth item in coll. Returns a stateful transducer when no collection is provided.
確定! 回上一頁