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 宣言
func index(of element: Element) -> Base.Index
?
Available when
Element
conforms to Equatable
and Base
conforms to Collection
.
Element
がEquatable
に準拠するそしてBase
がCollection
に準拠する時に利用可能です。