Skip to main content

vary-meta

functionv1.7

cljs.core/vary-meta

Available in:BBCLJCLJS
(vary-meta [obj f] [obj f a] [obj f a b] [obj f a b c] [obj f a b c d] [obj f a b c d & args])
Returns an object of the same type and value as obj, with (apply f (meta obj) args) as its metadata.

No examples yet. Be the first to add one!