Contents

init(format:_:)

Creates the expression with the expression format and arguments list you specify.

Declaration

convenience init(format expressionFormat: String, _ args: any CVarArg...)

Parameters

  • expressionFormat:

    The expression format.

  • args:

    A list of arguments to insert into the expressionFormat string.

See Also

Creating an Expression