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

Implement FlattenOk::{fold, rfold} #927

Merged

Commits on May 4, 2024

  1. Implement FlattenOk::fold

    kinto-b committed May 4, 2024
    Configuration menu
    Copy the full SHA
    27079c0 View commit details
    Browse the repository at this point in the history
  2. Implement FlattenOk::rfold

    kinto-b committed May 4, 2024
    Configuration menu
    Copy the full SHA
    10a8bb2 View commit details
    Browse the repository at this point in the history
  3. Implement two-element 'vector' for flatten_ok test

    Previously the test used Option<u8> but the coverage was bad. We cannot use Vec<u8> because it is too slow.
    kinto-b committed May 4, 2024
    Configuration menu
    Copy the full SHA
    568021d View commit details
    Browse the repository at this point in the history