Calls a closure on each result of Query where the entities match.
The documentation talks about calling a "closure", but iter_many_mut doesn't have a closure argument, as the example shows. https://docs.rs/bevy/latest/bevy/ecs/system/struct.Query.html#method.iter_many_mut
The documentation talks about calling a "closure", but
iter_many_mutdoesn't have a closure argument, as the example shows. https://docs.rs/bevy/latest/bevy/ecs/system/struct.Query.html#method.iter_many_mut