Next: , Previous: , Up: Standards Support   [Contents][Index]


18.18 SRFI 133: Vector Library (R7RS-compatible)

Description

A set of procedures for working with vectors.

URL

https://srfi.schemers.org/srfi-133/srfi-133.html

Support

Fully supported.

Libraries

(srfi 133)

Global

No bindings in the MIT/GNU Scheme global environment. Some of the same names are there, but they aren’t the same implementations.

reverse-list->vectorreverse-vector->list
vector-anyvector-append-subvectors
vector-cumulatevector-empty?
vector-everyvector-fold
vector-fold-rightvector-index
vector-index-rightvector-map!
vector-partitionvector-reverse!
vector-reverse-copyvector-skip
vector-skip-rightvector-swap!
vector-unfoldvector-unfold!
vector-unfold-rightvector-unfold-right!
vector=vector-binary-search
vector-concatenatevector-count
vector-reverse-copy!