buildExpression(_:)
Builds an expression within the builder.
Declaration
@export(implementation) static func buildExpression<Content>(_ content: Content) -> Content where Content : CommandsBuilds an expression within the builder.
@export(implementation) static func buildExpression<Content>(_ content: Content) -> Content where Content : Commands