bevy/crates/bevy_reflect/src
MinerSebas 0fce6f0406 Override size_hint for all Iterators and add ExactSizeIterator where applicable (#1734)
After #1697 I looked at all other Iterators from Bevy and added overrides for `size_hint` where it wasn't done.
Also implemented `ExactSizeIterator` where applicable.
2021-04-13 01:28:14 +00:00
..
impls Make Reflect impls unsafe (Reflect::any must return self) (#1679) 2021-03-17 22:46:46 +00:00
serde Implement Reflect for tuples up to length 12 (#1218) 2021-01-07 19:50:09 -08:00
lib.rs Reflection cleanup (#1536) 2021-03-09 23:39:41 +00:00
list.rs Override size_hint for all Iterators and add ExactSizeIterator where applicable (#1734) 2021-04-13 01:28:14 +00:00
map.rs Override size_hint for all Iterators and add ExactSizeIterator where applicable (#1734) 2021-04-13 01:28:14 +00:00
path.rs Xtask CI (#1387) 2021-02-22 08:42:19 +00:00
reflect.rs Make Reflect impls unsafe (Reflect::any must return self) (#1679) 2021-03-17 22:46:46 +00:00
struct_trait.rs Override size_hint for all Iterators and add ExactSizeIterator where applicable (#1734) 2021-04-13 01:28:14 +00:00
tuple.rs Override size_hint for all Iterators and add ExactSizeIterator where applicable (#1734) 2021-04-13 01:28:14 +00:00
tuple_struct.rs Override size_hint for all Iterators and add ExactSizeIterator where applicable (#1734) 2021-04-13 01:28:14 +00:00
type_registry.rs fix dyn warning (#1690) 2021-03-19 02:53:26 +00:00
type_uuid.rs improve error message when asset type hasn't beed added to app (#1487) 2021-03-14 00:36:15 +00:00