Basic Examples 
(2)
 

ValueMapIndexed
with a symbolic function
f
applied to a list of strings:
In[124]:=
[◼]
ValueMapIndexed
[f,{"a","ab","abc"}]
Out[124]=
f[a,{1}]a,f[ab,{2}]ab,f[abc,{3}]abc
———
Creates an association where each key is a hash of a value from a given list and the position of that value in the list:
In[130]:=
[◼]
ValueMapIndexed
[Hash[{##},"CRC32","HexString"]&,{"a","ab","ab","abc"}]
Out[130]=
fabe700ea,d07e5997ab,d1bc33a0ab,985de15aabc

Scope 
(2)
 


Applications 
(1)
 


Properties and Relations 
(1)
 


Possible Issues 
(2)
 


Neat Examples 
(1)
 
