ClojureDocs

Nav

Namespaces

aset-boolean

clojure.core

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