Instance Method インスタンスメソッド

append(_:)

Appends the given Unicode scalar to the view. 与えられたユニコードスカラーをビューに追加します。

Declaration 宣言

mutating func append(_ c: Unicode.Scalar)

Parameters パラメータ

c

The character to append to the string. 文字列に追加されることになる文字。

Relationships 関係

From Protocol 由来プロトコル