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

index(of:)

Returns the first index where the specified value appears in the collection. 指定された値がコレクションにおいて現れるところの最初のインデックスを返します。

Declaration 宣言

func index(of element: Iterator.Element) -> Index?
Available when FlattenSequence<Base>.Iterator.Element conforms to Equatable, Base conforms to Collection, and Base.Element conforms to Collection. FlattenSequence<Base>.Iterator.ElementEquatableに準拠する、BaseCollectionに準拠する、そしてBase.ElementCollectionに準拠する時に利用可能です。