Next: SRFI-45 - Primitives for Expressing Iterative Lazy Algorithms, Previous: SRFI-42 - Eager Comprehensions, Up: SRFI Support Modules [Contents][Index]
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))