VocabularysetsInputsOutputsNone
Word descriptionDestructively adds
elt to
set. For sequences, this guarantees that this element is not duplicated, and that it is at the end of the sequence.
Each mutable set type is expected to implement a method on this generic word.
ExamplesUSING: prettyprint sets kernel ;
V{ "beans" "salsa" "cheese" } clone
"nachos" over adjoin
"salsa" over adjoin
.
V{ "beans" "cheese" "nachos" "salsa" }
Side effectsModifies
setDefinitionMethods