VocabularysequencesInputs and outputs| n | a non-negative integer |
| seq | a resizable sequence |
Generic word contractResizes a sequence. The initial contents of the new area is undefined.
ErrorsThrows a
no-method error if the sequence is not resizable, and a
bounds-error if the new length is negative.
Side effectsModifies
seqDefinitionMethods