For example, countdown could also be expressed as any of these: (into [] (take 5 (iterate dec 5))) -> [5 4 3 2 1] (into [] (drop-last (reverse (range 6)))) ...
確定! 回上一頁