A collection-based generator foo exposes its collection through
the name foo*.
(defn data-name-for-generator-coll "A collection-based generator foo exposes its collection through the name foo*." [generator-sym] (symbol (str generator-sym "*")))
Comments top
No comments for data-name-for-generator-coll. Log in to add a comment.