buildOptional(_:)
Creates a builder with an optional component.
Declaration
@export(implementation) static func buildOptional<Content>(_ content: Content?) -> Content? where Content : DynamicInstructionsCreates a builder with an optional component.
@export(implementation) static func buildOptional<Content>(_ content: Content?) -> Content? where Content : DynamicInstructions