blob: 37a3a474435eaaf62c2637e9e92d9929d57abf55 [file] [log] [blame]
MG Mud User88f12472016-06-24 23:31:02 +02001SYNOPSIS
2 mapping m_delete(mapping map, mixed key)
3
Zesstra715ec202025-07-09 22:18:31 +02004DESCRIPTION
5 Remove the entry with index 'key' from mapping 'map'. The
6 changed mapping 'map' is also returned as result.
7 If the mapping does not have an entry with index 'key',
8 nothing is changed.
MG Mud User88f12472016-06-24 23:31:02 +02009
Zesstra715ec202025-07-09 22:18:31 +020010SEE ALSO
MG Mud User88f12472016-06-24 23:31:02 +020011 mappingp(E), mkmapping(E), m_add(E), m_indices(E), m_values(E),
12 sizeof(E), widthof(E)