Files
swift-mirror/SwiftCompilerSources/Sources/Optimizer/DataStructures/Stack.swift
Mayank 58ad356780 Refactored the Stack.swift file to make it more readable.
Instead of using `if` in case of checking if `index < end` in `next` function of Stack. We can use `guard` statement to make it more readable and concise.
2023-05-26 22:08:25 +05:30

3.9 KiB