VocabularyvectorsInputselt | an object |
seq/f | a resizable mutable sequence or f |
Outputsseq | a resizable mutable sequence |
Word descriptionIf the given sequence is
f, creates and outputs a new one-element vector holding
elt. Otherwise, pushes
elt onto the given sequence.
ErrorsThrows an error if
seq is not resizable, or if the type of
elt is not permitted in
seq.
Side effectsModifies
seqDefinition