None
EN
Checked Array Access
[]
ClojureScript News
(defn aget [array i] (js* "return ~{array}[~{i}]")) What should you use for object property access, if aget and aset are reserved for arrays? The ClojureScript standard library itself had places where aget and aset were being misused for object access, and these have been cleaned up.