Public Vars

Back

aset (clj)

(source)

function

(aset array idx val) (aset array idx idx2 & idxv)
Sets the value at the index/indices. Works on Java arrays of reference types. Returns val.

Examples