Skip to main content

gensym

functionv1.7

cljs.core/gensym

Available in:BBCLJCLJS
(gensym [] [prefix-string])
Returns a new symbol with a unique name. If a prefix string is supplied, the name is prefix# where # is some unique number. If prefix is not supplied, the prefix is 'G__'.

No examples yet. Be the first to add one!