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

add grow_and_insert method #92

Merged
merged 2 commits into from
Feb 16, 2023
Merged

Conversation

shuoli84
Copy link
Contributor

add a helper method grow_and_insert. I've seen bevy always calls with first grow(bits + 1), followed by a insert. like: https://github.com/bevyengine/bevy/blob/main/crates/bevy_ecs/src/query/access.rs#L98

src/lib.rs Outdated Show resolved Hide resolved
@james7132 james7132 merged commit 42335ce into petgraph:master Feb 16, 2023
@shuoli84 shuoli84 deleted the grow_and_insert branch February 17, 2023 00:43
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.

None yet

2 participants