ClojureDocs

Nav

Namespaces

aset-int

clojure.core

Available since 1.0 (source)
  • (aset-int array idx val)
  • (aset-int array idx idx2 & idxv)
Sets the value at the index/indices. Works on arrays of int. Returns val.