From the NannyMUD documentation
2000-12-14
NAME
m_delete - Remove an index from a mapping.SYNTAX
mapping m_delete(mapping map, mixed index)DESCRIPTION
Create a new mapping from 'map' without the index 'index'. If the mapping does not have an entry with the index 'index', a copy of the mapping 'map' is returned.SEE ALSO
mappingp in efun/type_related/mappingpSEE ALSO
mkmapping in efun/type_related/mkmappingSEE ALSO
m_indices in efun/type_related/m_indicesSEE ALSO
m_values in efun/type_related/m_valuesSEE ALSO
m_sizeof in efun/type_related/m_sizeofSEE ALSO
_m_delete in efun/type_related/_m_delete