chickadee » sparse-vectors » make-sparse-vector

make-sparse-vector #!optional DEFAULT BITSprocedure
DEFAULT ; * ; value for indices whose elements have not been set, default #f.
BITS ; fixnum ; node length power of 2, default 8.

The DEFAULT must be disjoint from the set-of element types, see VALUE below.