result builder transform

Swift โŸฉ Attributes โŸฉ Result Builders โŸฉ

An assignment (=) statement is transformed like an expression, but is understood to evaluate to (). You can define an overload of buildExpression(_:) that takes an argument of type () to handle assignments specifically. ๐Ÿ‘‰ Swift Reference

Last updated

Was this helpful?