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:
emacs-lisp
(use-modules (srfi srfi-43))