(assoc-when map key val & kvs)
Assocs the provided values with the corresponding keys if and only if the key is not already present in map.
Assocs the provided values with the corresponding keys if and only if the key is not already present in map.
(hexdump data)
Inputs: [data :- (s/either bytes s/Str)] Returns: s/Str
Inputs: [data :- (s/either bytes s/Str)] Returns: s/Str
(update-cond m pred ks f & args)
Works like update, but only if pred is satisfied
Works like update, but only if pred is satisfied
(update-when m ks f & args)
Works like update, but only if ks is found in the map(s)
Works like update, but only if ks is found in the map(s)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close