(destructure bindings)
Destructure with direct array and object access.
Invoked via ^:js metadata on binding form:
(let [^:js {:keys [a]} obj] ...)
Keywords compile to static keys, symbols to renamable keys,
and array access to aget
.
Destructure with direct array and object access. Invoked via ^:js metadata on binding form: (let [^:js {:keys [a]} obj] ...) Keywords compile to static keys, symbols to renamable keys, and array access to `aget`.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close