Next: SRFI-45, Previous: SRFI-42, Up: SRFI Support [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))
• SRFI-43 Constructors | ||
• SRFI-43 Predicates | ||
• SRFI-43 Selectors | ||
• SRFI-43 Iteration | ||
• SRFI-43 Searching | ||
• SRFI-43 Mutators | ||
• SRFI-43 Conversion |