ClojureDocs

Nav

Namespaces

aget

clojure.core

Available since 1.0 (source)
  • (aget array idx)
  • (aget array idx & idxs)
Returns the value at the index/indices. Works on Java arrays of all
types.