Find a file
Trevor Gross b78f7b7b48 Add an iterator that ensures known size
Introduce the `KnownSize` iterator wrapper, which allows providing the
size at construction time. This provides an `ExactSizeIterator`
implemenation so we can check a generator's value count during testing.
2025-01-06 00:32:21 +00:00
library/compiler-builtins/libm Add an iterator that ensures known size 2025-01-06 00:32:21 +00:00