(rontolisp) docs
← Functions

svref

(svref vector index)

Returns the element of a rank-1 array at the given 0-based index. It behaves like aref restricted to exactly one subscript, and is likewise a setf place: (setf (svref v i) value) replaces an element. svref is not a first-class function value (#'svref is unavailable), so call it directly.