Contents

buildOptional(_:)

Enables support for if statements that do not have an else clause.

Declaration

static func buildOptional(_ component: (any DataInsertable)?) -> any DataInsertable

See Also

Result builder methods