N
AME
mapping_replace
- replace values in a mapping
S
YNTAX
#include "mapping.h"
void mapping_replace(struct mapping *m,
struct svalue *from,
struct svalue *to)
D
ESCRIPTION
This function replaces all values of the value 'from' in the mapping 'm' with 'to'. It is a part of the Pike function replace().
K
EYWORDS
mapping