From the NannyMUD documentation
2000-12-14
NAME
_m_delete - Remove an index from a mapping destructively.SYNTAX
void _m_delete(mapping map, mixed index)DESCRIPTION
This function works like m_delete, but changes 'map' instead of creating a copy of it before removing 'index'. Nothing 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