VocabularyassocsInputsOutputsassoc | a sequence of key/value pairs of type exemplar |
Word descriptionCombines two sequences pairwise into a single sequence of key/value pairs of type
exemplar.
NotesExemplar must be a sequence type; hashtables will not work yet.
ExamplesUSING: prettyprint assocs ;
{ 1 2 3 } { 4 5 6 } V{ } zip-as .
V{ { 1 4 } { 2 5 } { 3 6 } }
See alsounzip,
zip,
zip-index,
zip-index-as,
zip-with,
zip-with-asDefinition