MG Mud User | 88f1247 | 2016-06-24 23:31:02 +0200 | [diff] [blame] | 1 | SYNOPSIS |
| 2 | mapping m_delete(mapping map, mixed key) |
| 3 | |
Zesstra | 715ec20 | 2025-07-09 22:18:31 +0200 | [diff] [blame^] | 4 | DESCRIPTION |
| 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 User | 88f1247 | 2016-06-24 23:31:02 +0200 | [diff] [blame] | 9 | |
Zesstra | 715ec20 | 2025-07-09 22:18:31 +0200 | [diff] [blame^] | 10 | SEE ALSO |
MG Mud User | 88f1247 | 2016-06-24 23:31:02 +0200 | [diff] [blame] | 11 | mappingp(E), mkmapping(E), m_add(E), m_indices(E), m_values(E), |
| 12 | sizeof(E), widthof(E) |