lpc4/lib/
lpc4/lib/doc/efun/
lpc4/lib/doc/lfun/
lpc4/lib/doc/operators/
lpc4/lib/doc/simul_efuns/
lpc4/lib/doc/types/
lpc4/lib/etc/
lpc4/lib/include/
lpc4/lib/include/arpa/
lpc4/lib/obj/d/
lpc4/lib/save/
lpc4/lib/secure/
lpc4/lib/std/
lpc4/lib/std/living/
NAME
	mkmapping

SYNTAX
	mapping mkmapping(mixed *arr1, mixed *arr2)

DESCRIPTION
	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