Currently the GREL uniques() function returns the array elements in, effectively, random order. It would be more useful and predictable if the ordering were stable.
Proposed solution
Return the array in the same order as the original, but with the duplicates eliminated.
Currently the GREL
uniques()function returns the array elements in, effectively, random order. It would be more useful and predictable if the ordering were stable.Proposed solution
Return the array in the same order as the original, but with the duplicates eliminated.