(defn build-source-cell "Builds a source cell" [name init] (with-meta (struct source-cell name (ref init) ::source-cell) *meta*))
Comments top
No comments for build-source-cell. Log in to add a comment.