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

[std.algorithm] Improve fold docs #8836

Merged
merged 4 commits into from
Nov 20, 2023
Merged

[std.algorithm] Improve fold docs #8836

merged 4 commits into from
Nov 20, 2023

Commits on Oct 30, 2023

  1. [std.algorithm] Improve fold docs

    Mention iteratively calling predicates in summary.
    Use list to explain calling a single predicate with a seed.
    Mention multiple results are produced in description.
    Use list for see also.
    Rename `seed` parameter `seeds` and fix docs.
    Fix result docs when >1 predicate.
    ntrel committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    f491d1f View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. Explain predicate signature

    ntrel committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    5762f33 View commit details
    Browse the repository at this point in the history
  2. Tweak seed description

    ntrel committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    2170bb3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7f06f23 View commit details
    Browse the repository at this point in the history