ResultBuilder + local constant

Here’s the code if you want to experiment with it:

import SwiftUI

struct MyView: View {
    var body: some View {
        VStack {
            let localConstant = 42

            /* ... */
        }
    }
}
Previous
Previous

iOS version dropped reminder

Next
Next

LazySequence