Skip to content

GREL uniques() function should preserve array order #3235

Description

@tfmorris

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Type: Feature RequestIdentifies requests for new features or enhancements. These involve proposing new improvements.

Type

No type

Projects

No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions