[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/uniq_array.c</h2>
Cotains some simul_efuns.<p>Written by Pinkfish
<h2>Method index</h2>
<ul>
<li><a href="#uniq_array">uniq_array</a>(mixed *)<br/>
This method will return an array that contains no duplicates.
</ul>
<h2>Public Functions</h2>
These are functions that everyone can access.<p>
<dl>
<dt class="autodocfuncname"><a name="uniq_array">
uniq_array</a><pre class="autodocfuncdef">
mixed * uniq_array(mixed * arr)
</pre><dd><br />
This method will return an array that contains no duplicates.
 uniq_array.c
 Written by: Wodan
<p>
 This function will return an array that contains no duplicates.
 Gotta love them mappings. :)<br />
<br /><dl>
<dd><b>Parameters:</b><br />
arr - the array to convert<br />
<br />
<dd><b>Returns:</b>
<br />an array with no duplicates
<br /><br />
<br /></dl>

</dl>
[an error occurred while processing this directive]

