Files
swift-mirror/stdlib/public
Nate Chandler 9a9c2ffee8 [NFC] Runtime: Use a range-based for loop.
Replace this direct use of the count in a table header as the upper
bound of a for loop with a range-based for loop over the range which was
being indexed into.  That range was constructed using that count to
begin with.
2025-03-25 07:22:13 -07:00
..
2025-01-15 14:07:46 -08:00

The modules in the 'stdlib/public' directory are shipped publicly
as a part of Apple Swift.