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

First and last #1067

Merged
merged 4 commits into from
Nov 25, 2024
Merged

First and last #1067

merged 4 commits into from
Nov 25, 2024

Commits on Nov 12, 2024

  1. Add first and last functions to the lists extension.

    This adds .first() and .last() to the list extension library which can
    return the first and last elements from a list.
    
    The results are returned as Optional values.
    
    Signed-off-by: Kevin McDermott <[email protected]>
    bigkevmcd committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    f8ce4d0 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. Make Optional Optional.

    Make the lists first and last functions return optional optionals.
    
    Signed-off-by: Kevin McDermott <[email protected]>
    bigkevmcd committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    5b59ddc View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2024

  1. Move first and last to the optional package.

    Signed-off-by: Kevin McDermott <[email protected]>
    bigkevmcd committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    8128e0b View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2024

  1. Update documentation for list/first.

    Signed-off-by: Kevin McDermott <[email protected]>
    bigkevmcd committed Nov 23, 2024
    Configuration menu
    Copy the full SHA
    568b432 View commit details
    Browse the repository at this point in the history