VocabularyassocsInputsOutputsWord descriptionOutputs an array of keys and an array of values of the input
assoc.
ExamplesUSING: prettyprint assocs kernel ;
{ { 1 4 } { 2 5 } { 3 6 } } unzip [ . ] bi@
{ 1 2 3 }
{ 4 5 6 }
See alsozip,
zip-as,
zip-index,
zip-index-as,
zip-with,
zip-with-asDefinitionMethods