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