(defn string-of "Return results of list-of as a string." [& generators] (let [gen (apply list-of generators)] (fn [] (apply str (gen)))))
Comments top
No comments for string-of. Log in to add a comment.