Skip to main content

aset

macrov1.7

cljs.core/aset

Available in:BBCLJCLJS
(aset [array idx val] [array idx idx2 & idxv])
Sets the value at the index/indices. Works on JavaScript arrays. Returns val.

No examples yet. Be the first to add one!