N
AME
mkmapping
- make a mapping
S
YNTAX
#include <mapping.h>
struct mapping *mkmapping(struct array *keys, struct array *values)
D
ESCRIPTION
This function is the same as the Pike function mkmapping. It makes a mapping out of an array of keys and an array of values. Note that the returned mapping will have one extra reference.
K
EYWORDS
mapping
S
EE
A
LSO
mapping_indices
and
mapping_values