- fill-sparse-vector! SPARSE-VECTOR SOURCE #!optional STARTprocedure
- *fill-sparse-vector! SPARSE-VECTOR SOURCE STARTprocedure
Set the consecutive elements of the SPARSE-VECTOR, beginning with START, from the SOURCE. The *fill-sparse-vector! variant does not perform argument type checking.
- SOURCE
- (or list vector) ; element source.
- START
- integer ; starting spare-vector index, defaults to 0.