bevy/crates/bevy_ecs/src/system
ira b291223e34 Implement IntoIterator for ECS wrapper types. (#5096)
# Objective

Improve ergonomics by passing on the `IntoIterator` impl of the underlying type to wrapper types.

## Solution

Implement `IntoIterator` for ECS wrapper types (Mut, Local, Res, etc.).

Co-authored-by: devil-ira <justthecooldude@gmail.com>
2022-10-24 21:01:08 +00:00
..
commands Document EntityCommands/EntityMut insert() (#6270) 2022-10-17 14:38:58 +00:00
exclusive_function_system.rs Exclusive Systems Now Implement System. Flexible Exclusive System Params (#6083) 2022-09-26 23:57:07 +00:00
exclusive_system_param.rs Exclusive Systems Now Implement System. Flexible Exclusive System Params (#6083) 2022-09-26 23:57:07 +00:00
function_system.rs Rename system chaining to system piping (#6230) 2022-10-11 15:21:12 +00:00
mod.rs Rename system chaining to system piping (#6230) 2022-10-11 15:21:12 +00:00
query.rs Clarify the behaviour of iter_many in the docs (#5973) 2022-10-24 13:46:38 +00:00
system.rs Adding Debug implementations for App, Stage, Schedule, Query, QueryState, etc. (#6214) 2022-10-10 20:59:38 +00:00
system_param.rs Implement IntoIterator for ECS wrapper types. (#5096) 2022-10-24 21:01:08 +00:00
system_piping.rs Rename system chaining to system piping (#6230) 2022-10-11 15:21:12 +00:00