Skip to content

Implement distinct & distinctUntil Operators #10

@njlr

Description

@njlr
// pseudo-code
xs = [ 1, 1, 2, 3, 1, 2, 2, 3 ]
distinct(xs) = [ 1, 2, 3 ]
distinctUntil(xs) = [ 1, 2, 3, 1, 2, 3 ]

Open to suggestions on names.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions