(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 builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |