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

Missing Vec, String, slice api tracking issue #1

Open
10 of 32 tasks
bluurryy opened this issue Mar 26, 2024 · 0 comments
Open
10 of 32 tasks

Missing Vec, String, slice api tracking issue #1

bluurryy opened this issue Mar 26, 2024 · 0 comments
Labels

Comments

@bluurryy
Copy link
Owner

bluurryy commented Mar 26, 2024

We are missing some api for BumpBox<[T]>, FixedBumpVec, BumpVec, MutBumpVec, MutBumpVecRev, BumpBox<str> and BumpString that exists in Vec, slice, String or str:

  • retain(_mut)
    • BumpBox<[T]>, FixedBumpVec, BumpVec, MutBumpVec
    • BumpBox<str>, BumpString
    • MutBumpVecRev
  • drain
    • BumpBox<[T]> FixedBumpVec, BumpVec, MutBumpVec
    • BumpBox<str>, BumpString
    • MutBumpVecRev
  • extract_if
    • BumpBox<[T]>, FixedBumpVec, BumpVec, MutBumpVec
    • BumpBox<str>, BumpString
    • MutBumpVecRev
  • extend_from_within
    • BumpVec
    • MutBumpVec
    • MutBumpVecRev
    • BumpString
  • into_flattened
    • BumpBox<[T]>, FixedBumpVec, BumpVec, MutBumpVec
    • MutBumpVecRev
  • splice
    • BumpBox<[T]>
    • FixedBumpVec
    • BumpVec
    • MutBumpVec
    • MutBumpVecRev
  • dedup, dedup_by, dedup_by_key
    • BumpBox<[T]>, FixedBumpVec, BumpVec, MutBumpVec
    • BumpVecRev
  • partition_dedup, partition_dedup_by, partition_dedup_by_key
    • BumpBox<[T]>, FixedBumpVec, BumpVec, MutBumpVec
    • BumpVecRev
@bluurryy bluurryy added the tracking issue Tracking issue label Mar 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant