Skip to content

add a unique function #26

Description

@roosteracham

In daily development, the Map, Filter, and Reduce functions provided by FP are indeed very useful, but there may be identical elements in the arrays or slices used in business, so I have to deduplicate the arrays. Because FP does not provide deduplication functionality, I can only use the closure function to deduplicate when writing the Map myself, which is not very convenient. So I wrote functions for array and slice deduplication.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions