VocabularysequencesInputs and outputs| elt | an object |
| seq | a resizable mutable sequence |
Word descriptionAdds an element at the end of the sequence. The sequence length is adjusted accordingly.
ErrorsThrows an error if
seq is not resizable, or if the type of
elt is not permitted in
seq.
Side effectsModifies
seqSee alsoprefix,
suffixDefinition