Warning: This is the manual of the legacy Guile 2.0 series. You may want to read the manual of the current stable series instead.

Next: , Previous: , Up: SRFI-43   [Contents][Index]


7.5.30.3 SRFI-43 Selectors

Scheme Procedure: vector-ref vec i

Return the element at index i in vec. Indexing is based on zero.

Scheme Procedure: vector-length vec

Return the length of vec.