VocabularyassocsInputsOutputsWord descriptionOutputs an new
assoc with key/value pairs whose keys match the elements in the input
seq.
ExamplesUSING: prettyprint assocs ;
{ 1 3 } { { 1 10 } { 2 20 } { 3 30 } } extract-keys .
{ { 1 10 } { 3 30 } }
Definition