N
AME
mapping_indices
- return all the keys from a mapping
S
YNTAX
#include "mapping.h"
struct array *mapping_indices(struct mapping *m)
D
ESCRIPTION
This function returns an array with all the keys from the mapping m. The keys in the array are ordered in the same order as the values when using mapping_values. But only if no other mapping operations are done in between.
K
EYWORDS
mapping
S
EE
A
LSO
mapping_values
and
mkmapping