ClojureDocs

导航

命名空间

aset-int

clojure.core

自 1.0 起提供 (源代码)
  • (aset-int 数组 索引 值)
  • (aset-int 数组 索引 索引2 & 索引值)
Sets the value at the index/indices. Works on arrays of int. Returns val.