Open
Description
Implemented in #37306
Open Questions:
-
- Naming: something with Iterator in the name?
-
- Naming: size vs len
-
- Does TrustedLen pose any requirements on the ExactSizeIterator impl if one exists for the same type?
-
- Does TrustedLen pose any requirements on the Clone impl if one exists for the same type?
-
- Check all the specific impls, including complicated ones like Flatten on arrays or FlatMap that returns arrays.