Initializer

init(stringInterpolation:)

Creates an instance from a string interpolation. ある文字列補間からインスタンスを作成します。

Declaration 宣言

init(stringInterpolation: Self.StringInterpolation)

Parameters パラメータ

stringInterpolation

An instance of StringInterpolation which has had each segment of the string literal appended to it. StringInterpolationのインスタンス、それはそれへと加えられた文字列リテラルの各文節を持っています。

Discussion 解説

Most StringInterpolation types will store information about the literals and interpolations appended to them in one or more properties. init(stringInterpolation:) should use these properties to initialize the instance. ほとんどのStringInterpolation型は、それらに加えられたリテラルと補間についての情報を1つ以上のプロパティにおいて格納します。init(stringInterpolation:)は、それらのプロパティを使ってインスタンスを初期化すべきです。

Default Implementations 省略時実装

ExpressibleByStringInterpolation Implementations ExpressibleByStringInterpolation 実装