GREL uniques() function should preserve array order #3235
Labels
Type: Feature Request
Identifies requests for new features or enhancements. These involve proposing new improvements.
Milestone
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.
The text was updated successfully, but these errors were encountered: