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

feat(iterator): add package to help work with new iter.Seq types #358

Merged
merged 2 commits into from
Jul 22, 2024

Commits on Jun 28, 2024

  1. feat(iter): add package to help work with new iter.Seq types

    This package is meant to be used to adapt our existing iterators
    into type that can be consumed by Go's range expressions. See
    example for usage. Note this feature requires Go1.23+ and was
    tested with go1.23rc1.
    codyoss committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    9dba636 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

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