Instance Method
append(_:)
Add an optional unserialized
SQLExpression of any kind to the output.mutating func append(_ maybePart: (any SQLExpression)?)
Discussion
This is shorthand for if let expr { statement.append(expr) }.