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

All the row operations: best::{tlist, row}::{at, join, push, insert, splice, remove, erase, gather, scatter} #12

Merged
merged 12 commits into from
Jun 24, 2024

Commits on Jun 23, 2024

  1. add scatter/gather to tlist

    mcy committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    4fc8859 View commit details
    Browse the repository at this point in the history
  2. add nodiscard warnings to tlist

    mcy committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    ea25a0e View commit details
    Browse the repository at this point in the history
  3. implement row::join()

    mcy committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    7ac8d09 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. add row::at(range)

    mcy committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    dd871ef View commit details
    Browse the repository at this point in the history
  2. add row::splice() and friends

    mcy committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    a24caf7 View commit details
    Browse the repository at this point in the history
  3. shift arguments around

    mcy committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    142d4ab View commit details
    Browse the repository at this point in the history
  4. add row::gather and row::scatter

    mcy committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    d5d865c View commit details
    Browse the repository at this point in the history
  5. cleanup

    mcy committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    d6ee90f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    af63271 View commit details
    Browse the repository at this point in the history
  7. changed my mind

    mcy committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    e20cb36 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d4cb75b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7a0b722 View commit details
    Browse the repository at this point in the history