Instance Method
インスタンスメソッド
index(of:)
Returns the first index where the specified value appears in the collection.
指定された値がコレクションにおいて現れるところの最初のインデックスを返します。
Availability
- iOS 14.5–14.5 Deprecated
- iPadOS 14.5–14.5 Deprecated
- macOS 10.10–11.3 Deprecated
- Mac Catalyst 14.5–14.5 Deprecated
- tvOS 14.5–14.5 Deprecated
- watchOS 7.4–7.4 Deprecated
- Xcode 10.2–12.5 Deprecated
Technology
- Swift Standard Library Swift標準ライブラリ
Declaration 宣言
Available when
FlattenSequence<Base>.Iterator.Element
conforms to Equatable
, Base
conforms to Collection
, and Base
.
Element
conforms to Collection
.
FlattenSequence<Base>.Iterator.Element
がEquatable
に準拠する、Base
がCollection
に準拠する、そしてBase
.
Element
がCollection
に準拠する時に利用可能です。