ClojureDocs

导航

命名空间

aset-boolean

clojure.core

1.0 版本可用 (源代码)
  • (aset-boolean 数组 idx val)
  • (aset-boolean 数组 idx idx2 & idxv)
Sets the value at the index/indices. Works on arrays of boolean. Returns val.