Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add subtract to IterableExtensions #306

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Commits on Aug 15, 2023

  1. Configuration menu
    Copy the full SHA
    6ae827a View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. Configuration menu
    Copy the full SHA
    5d8cc76 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d23e5c5 View commit details
    Browse the repository at this point in the history
  3. Clarify groupFoldBy use

    ebraminio committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    2d9f1a4 View commit details
    Browse the repository at this point in the history
  4. Use var instead of final

    As the current code convention of the library.
    ebraminio committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    798f765 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2ace49d View commit details
    Browse the repository at this point in the history
  6. Move subtract to IterableExtension

    As it solely acts on iterable and doesn't need lists.
    ebraminio committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    5b0a81b View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. Configuration menu
    Copy the full SHA
    d861861 View commit details
    Browse the repository at this point in the history