(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.
Examples
No examples yet. Be the first to add one!
(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])No examples yet. Be the first to add one!