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 filter method #22

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

add filter method #22

wants to merge 2 commits into from

Commits on Jan 14, 2022

  1. add filter method

    Gives the user more control as to what arrays are returned.
    
    The benefit is that it allows filtering during iteration which is memory
    friendly.
    
    Possible related issue:
    
    - mifi#15
    bas080 committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    c920055 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2022

  1. fixup! add filter method

    bas080 committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    1e1c2ee View commit details
    Browse the repository at this point in the history