[Package Index | Mudlib Index | Effect Index]

File /secure/simul_efun/uniq_array.c

Cotains some simul_efuns.

Written by Pinkfish

Method index

Public Functions

These are functions that everyone can access.

uniq_array
mixed * uniq_array(mixed * arr)

This method will return an array that contains no duplicates. uniq_array.c Written by: Wodan

This function will return an array that contains no duplicates. Gotta love them mappings. :)

Parameters:
arr - the array to convert

Returns:
an array with no duplicates