Skip to content

Overloaded all with extra predicate args like every #90

Open
@lonix1

Description

@lonix1

This library's all behaves exactly like LINQ, and the predicate is val => //....

The native every has predicate: (val, index, arr) => //...

The index and arr arguments are often very useful. It would be nice if they could be added to the library via overloads.

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