Public Vars

Back

alter-var-root (clj)

(source)

function

(alter-var-root v f & args)
Atomically alters the root binding of var v by applying f to its current value plus any args

Examples