ClojureDocs

导航

命名空间

aget

clojure.core

自 1.0 起可用 (来源)
  • (aget 数组 idx)
  • (aget 数组 idx & idxs)
Returns the value at the index/indices. Works on Java arrays of all
types.