Instance Method
インスタンスメソッド
index(of:)
Returns the first index where the specified value appears in the collection.
指定された値がコレクションにおいて現れるところの最初のインデックスを返します。
Availability 有効性
- iOS 13.0+
- iPadOS 13.0+
- macOS 10.15+
- Mac Catalyst 13.0+
- tvOS 13.0+
- watchOS 6.0+
Technology
- Swift
UI
Declaration 宣言
func index(of element: Self.Element) -> Self.Index?
Available when
Element
conforms to Equatable
.
Element
がEquatable
に準拠する時に利用可能です。