forked from TrinityWestern/Nvelope
-
Notifications
You must be signed in to change notification settings - Fork 2
Audit for redundancy #5
Copy link
Copy link
Open
Description
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)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels