mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
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.
The modules in the 'stdlib/public' directory are shipped publicly as a part of Apple Swift.