Public Vars

Back

aget (clj)

(source)

function

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

Examples