I was surprised to find out that split-with is literally implemented as [(take-while pred coll) (drop-while pred coll)], ... ;; => [(0 1 2) ...
確定! 回上一頁