Found in: /wiz/mimi/update/misc.c

returns a version of the passed array with duplicate
entries removed.  Eg, clean_array(({1,2,2}))  => ({1,2})
