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

setArray(_:)

Sets the receiving array’s elements to those in another given array. 受け手側の配列のもつ要素を、別の与えられた配列の中のそれらに設定します。

Declaration 宣言

func setArray(_ otherArray: [Any])

Parameters パラメータ

otherArray

The array of objects with which to replace the receiving array’s content. それで受け手側の配列の内容を置き換えることになるオブジェクトの配列。

See Also 参照

Replacing Objects オブジェクトを置き換える

Related Documentation 関連文書