ClojureDocs

导航

命名空间

aset-float

clojure.core

1.0 起可用 (来源)
  • (aset-float array idx val)
  • (aset-float array idx idx2 & idxv)
Sets the value at the index/indices. Works on arrays of float. Returns val.