You are viewing a single comment's thread. Return to all comments →
Mi code (fn [num lst] (apply concat (map #(repeat num %) lst)))
Seems like cookies are disabled on this browser, please enable them to open this website
List Replication
You are viewing a single comment's thread. Return to all comments →
Mi code (fn [num lst] (apply concat (map #(repeat num %) lst)))