Vocabulary assocs Inputs Outputs Examples Zip a sequnce with its indices as a vector:
USING: assocs prettyprint ;
{ 100 200 300 } V{ } zip-index-as .V{ { 100 0 } { 200 1 } { 300 2 } }
Word description Zip a sequence with its index and return an associative list of type
exemplar where the input sequence is the keys and the indices are the values.
See also unzip ,
zip ,
zip-as ,
zip-index ,
zip-with ,
zip-with-as Definition
This documentation was generated offline from a
load-all
image. If you want, you can also
browse the documentation from within the UI developer tools . See
the Factor website
for more information.
Factor 0.101 x86.64 (2285, heads/master-efda6dad2f, Nov 20 2024 16:02:37)