ClojureDocs

导航

命名空间

aset

clojure.core

1.0 版起可用 (源代码)
  • (aset 数组 idx 值)
  • (aset 数组 idx idx2 & idxv)
Sets the value at the index/indices. Works on Java arrays of
reference types. Returns val.