bevyengine / bevyengine/bevy

Query::for_each_combinations(_mut)

Open
#4,704 2 comments 2 reactions 0 assignees View on GitHub
A-ECS C-Feature
Dominant language
Rust
Stars
48.2k
Forks
4.8k
Avg merge
3d 22h
Merged PRs (30d)
161

Description

## What problem does this solve or what need does it fill?
`Query::for_each_combinations(_mut)`, the `for_each` equivalent of `iter_combinations(_mut)`.

## What solution would you like?
The bug that is cited in the docs for `Query::iter_combinations` (https://github.com/rust-lang/rust/issues/62529), has been resolved. Another attempt at implementing it should be taken.

## What alternative(s) have you considered?
Don't implement it. Remove the comment about the bug.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.