mapping mkmapping(array ind, array val)
Make a mapping from two arrays.
Makes a mapping ind[x]:val[x], 0 <= x < sizeof(ind).
ind and val must have the same size.
This is the inverse operation of indices and values.
indices, values
Extracted from Pike v7.3 release 11 at 2001-11-03.