chickadee » srfi-214 » flexvector-ref

flexvector-ref fv iprocedure

Flexvector element dereferencing: returns the value at location i in fv. Indexing is zero-based. It is an error if i is outside the range [0, (flexvector-length fv)). flexvector-ref has the same computational complexity as vector-ref. In most Schemes, it will be O(1).