[Package Index | Mudlib Index | Effect Index]
File /secure/simul_efun/mapping.c
Cotains some simul_efuns.Written by Pinkfish
Method index
- m_delete(mapping, mixed)
Deletes an element from a mapping (obsolete).
Public Functions
These are functions that everyone can access.
.
mapping m_delete(mapping map,
mixed key)
Deletes an element from a mapping (obsolete). Use of this
should be avoided. It is far more expensive than the
map_delete() efun.
- Parameters:
map - the mapping to remove an element from
key - the element to remove
- See also:
efun::map_delete()