- sparse-vector->vector SPARSE-VECTOR #!optional START ENDprocedure
Returns a vector from the consecutive elements in the SPARSE-VECTOR from START to the END or highest element that has been used, if no END specified.
- START
- integer ; starting spare-vector index, defaults to 0.
- END
- (or false integer) ; ending index, defaults to #f.
Note that the vector will also include all the DEFAULT elements for those unset.