Skip to content

Audit for redundancy #5

Description

@badjer

There are some methods in Nvelope which have since been added to Linq, making the Nvelope ones redundant. We should go through and take those into account - either deleting the redundant methods (and doing a major version change), or at least deprecating them.

For example:
MapIndex is the same as LINQ's ToDictionary(fn)
Distinct(fn) is the same as LINQ's SelectDistinct(fn)

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