Initializer

init(_:)

Creates an instance containing just the given element. 与えられた要素だけを含んでいるインスタンスを作成します。

Declaration 宣言

init(_ element: Element)

Parameters パラメータ

element

The element to store in the collection. コレクションの中に格納することになる要素。