(get-keyword x)If x is a [:keyword value] pair, return the keyword; otherwise
return nil.
If `x` is a `[:keyword value]` pair, return the keyword; otherwise return `nil`.
(get-kv-pair coll k)Given coll of [:keyword value] pairs, return the pair
with keyword k. In other words, just like get for
associative collections.
Given `coll` of `[:keyword value]` pairs, return the pair with keyword `k`. In other words, just like `get` for associative collections.
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 |