Basic Examples 
(2)
 

Create keys by mapping symbolic function
f
over a list of strings:
In[778]:=
[◼]
ValueMap
[f,{"a","ab","abc"}]
Out[778]=
f[a]a,f[ab]ab,f[abc]abc
———
Create an
Association
between hashes of the values and the values themselves:
In[779]:=
[◼]
ValueMap
[Hash[#,"CRC32","HexString"]&,{"a","ab","abc"}]
Out[779]=
e8b7be43a,9e83486dab,352441c2abc

Scope 
(2)
 


Applications 
(1)
 


Properties and Relations 
(1)
 


Possible Issues 
(2)
 


Neat Examples 
(1)
 
