/
driver3.2@242/autoconf/
driver3.2@242/doc/LPC/
driver3.2@242/hosts/
driver3.2@242/hosts/amiga/NetIncl/
driver3.2@242/hosts/amiga/NetIncl/netinet/
driver3.2@242/hosts/amiga/NetIncl/sys/
driver3.2@242/hosts/atari/
driver3.2@242/hosts/fcrypt/
driver3.2@242/mudlib/
driver3.2@242/mudlib/sys/
driver3.2@242/util/
driver3.2@242/util/indent/hosts/next/
driver3.2@242/util/make_docs/
mapping
mkmapping(mixed *arr1, mixed *arr2)

Return a mapping with indices from 'arr1' and values from 'arr2'. arr1[0] will
index arr2[0], arr1[1] will index arr2[1], etc. If the arrays are of unequal
size, the mapping will only contain as much elements as are in the smallest
array.

See also:
    mappingp, m_indices, m_values, m_delete, m_sizeof