Private common implementation details.
Private common implementation details.
(binding-rvals bindings)
Evaluates and returns vector of rhs values for given bindings while preserving support for the usual let-binding facilities like destructuring, referring to previous bindings, etc.
[{:keys [x]} {:x 1} <...> ] -> (let [alias1 {:x 1} {:keys [x]} alias1 <...> ] [alias1 <...>])
Evaluates and returns vector of rhs values for given bindings while preserving support for the usual let-binding facilities like destructuring, referring to previous bindings, etc. [{:keys [x]} {:x 1} <...> ] -> (let [alias1 {:x 1} {:keys [x]} alias1 <...> ] [alias1 <...>])
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 |