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

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


7.5.30 SRFI-43 - Vector Library

This subsection is based on the specification of SRFI-43 by Taylor Campbell.

SRFI-43 implements a comprehensive library of vector operations. It can be made available with:

(use-modules (srfi srfi-43))