concat takes any number of arguments, all sequences/collections. ... as it applies concat to its results. user=> (mapcat (fn [x] (repeat 3 x)) [1 2 3]) (1 1 ...
確定! 回上一頁