ClojureDocs

导航

命名空间

aset-byte

clojure.core

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