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

Improve utils of slices #22379

Merged
merged 25 commits into from
Jan 11, 2023
Merged

Improve utils of slices #22379

merged 25 commits into from
Jan 11, 2023

Commits on Jan 9, 2023

  1. chore: use IsStringInSlice

    wolfogre committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    972e934 View commit details
    Browse the repository at this point in the history
  2. feat: IsInSlice

    wolfogre committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    2e8a263 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7dac83b View commit details
    Browse the repository at this point in the history
  4. feat: new IsEqualSlice

    wolfogre committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    6cb8d32 View commit details
    Browse the repository at this point in the history
  5. repalce: IsSliceInt64Eq

    wolfogre committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    8f3f1ce View commit details
    Browse the repository at this point in the history
  6. chore: add comment

    wolfogre committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    273f32e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7136481 View commit details
    Browse the repository at this point in the history
  8. feat: RemoveFromSlice

    wolfogre committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    d2d83e4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ffc758f View commit details
    Browse the repository at this point in the history
  10. test: add tests

    wolfogre committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    1bf153e View commit details
    Browse the repository at this point in the history
  11. chore: add comments

    wolfogre committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    7fdd874 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5c4f408 View commit details
    Browse the repository at this point in the history
  13. fix: typo

    wolfogre committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    9d3c9bc View commit details
    Browse the repository at this point in the history
  14. fix: remove checking

    wolfogre committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    7fc64c2 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    b7b6cee View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    333a2cc View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2023

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

Commits on Jan 11, 2023

  1. Configuration menu
    Copy the full SHA
    0879162 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7caaa15 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    62fc8ad View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3a16168 View commit details
    Browse the repository at this point in the history
  5. chore: SliceSortedEqual

    wolfogre committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    a65b857 View commit details
    Browse the repository at this point in the history
  6. chore: SliceRemoveAll

    wolfogre committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    45b1f72 View commit details
    Browse the repository at this point in the history
  7. test: more cases

    wolfogre committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    3590d77 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3da09d8 View commit details
    Browse the repository at this point in the history