Initializer

init(format:_:)

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

Declaration 宣言

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

Parameters パラメータ

expressionFormat

The expression format. 式書式設定。

args

A list of arguments to insert into the expressionFormat string.

See Also 参照

Creating an Expression 式を作成する