VocabularysequencesInputssrc | a sequence |
i | an index in dst |
dst | a mutable sequence |
OutputsNone
Word descriptionCopies all elements of
src to
dst, with destination indices starting from
i. Grows
dst first if necessary.
Side effectsModifies
dstErrorsAn error is thrown if
dst is not resizable, and not large enough to hold the copied elements.
Definition