[an error occurred while processing this directive]
[<a href="index.shtml">Package Index</a></code> | <a href="index_std.shtml">Mudlib Index</a></code> | <a href="index_eff.shtml">Effect Index</a></code>]<br><h2>File /secure/simul_efun/mapping.c</h2>
Cotains some simul_efuns.<p>Written by Pinkfish
<h2>Method index</h2>
<dl><ul>
<li><a href="#m_delete">m_delete</a>(mapping, mixed)<br/>
Deletes an element from a mapping (obsolete).
</ul><h2>Public Functions</h2>
These are functions that everyone can access.<p>
.<ul><a name="m_delete">
m_delete</a><pre>
mapping m_delete(mapping map,
                 mixed key)
</pre></br>
Deletes an element from a mapping (obsolete).  Use of this
should be avoided.  It is far more expensive than the
map_delete() efun.
<br/><ul>
<li><b>Parameters:</b>
<br/>map - the mapping to remove an element from
<br/>key - the element to remove

<li><b>See also:</b>
<br/><a href="#efun::map_delete">efun::map_delete()</a></dl>


[an error occurred while processing this directive]

