Warning: This is the manual of the legacy Guile 2.0 series. You may want to read the manual of the current stable series instead.
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: |