Skip to content

feat: add SoAVec::swap_remove - #36

Merged
aapoalas merged 2 commits into
mainfrom
add-swap-remove
Oct 13, 2025
Merged

feat: add SoAVec::swap_remove#36
aapoalas merged 2 commits into
mainfrom
add-swap-remove

Conversation

@omfj

@omfj omfj commented Sep 30, 2025

Copy link
Copy Markdown
Collaborator

Closes #23

@omfj
omfj marked this pull request as ready for review September 30, 2025 11:55
Comment thread soavec/src/lib.rs Outdated

@aapoalas aapoalas left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some changes needed. I think the index/length checking is off-by-one, and it turns out we can simplify the error case.

Comment thread soavec/src/lib.rs Outdated
Comment thread soavec/src/lib.rs Outdated
@omfj
omfj force-pushed the add-swap-remove branch from 745973a to 3437a5d Compare October 8, 2025 10:10

@aapoalas aapoalas left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM <3

@aapoalas
aapoalas merged commit 3c072a1 into main Oct 13, 2025
3 checks passed
@aapoalas
aapoalas deleted the add-swap-remove branch October 13, 2025 07:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

swap_remove API

2 participants