bevy/crates/bevy_ecs/src
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
..
entity Optimize rendering slow-down at high entity counts (#5509) 2022-10-24 19:24:49 +00:00
query Clarify the behaviour of iter_many in the docs (#5973) 2022-10-24 13:46:38 +00:00
schedule Rename system chaining to system piping (#6230) 2022-10-11 15:21:12 +00:00
storage Extract Resources into their own dedicated storage (#4809) 2022-10-24 13:46:36 +00:00
system Implement IntoIterator for ECS wrapper types. (#5096) 2022-10-24 21:01:08 +00:00
world document insert_non_send_resource panics (#6328) 2022-10-24 14:53:16 +00:00
archetype.rs Optimize rendering slow-down at high entity counts (#5509) 2022-10-24 19:24:49 +00:00
bundle.rs implemented #[bundle(ignore)] (#6123) 2022-10-24 14:33:45 +00:00
change_detection.rs Implement IntoIterator for ECS wrapper types. (#5096) 2022-10-24 21:01:08 +00:00
component.rs Fix CI issues arising from use of Rust 1.64 (#6067) 2022-09-22 16:56:43 +00:00
event.rs Optimize use statement (#5992) 2022-09-15 17:05:09 +00:00
lib.rs implemented #[bundle(ignore)] (#6123) 2022-10-24 14:33:45 +00:00
reflect.rs Enable Constructing ReflectComponent/Resource (#6257) 2022-10-17 14:01:50 +00:00