Concept Flow - Custom result builder declaration
Start: Define @resultBuilder Struct
Implement buildBlock and other methods
Use builder in function with @resultBuilder attribute
Call function with closure using builder syntax
Builder methods combine closure parts
Return combined result
This flow shows how to define a custom result builder, use it in a function, and how the builder methods combine closure parts into a final result.