Array.firstIndex(of:) method

E1276185 UNEXPLORED

The Array.firstIndex(of:) method is a Swift standard library function that returns the index of the first occurrence of a given Equatable element in an array, or nil if it is not found.

All labels observed (1)

Label Occurrences
Array.firstIndex(of:) method canonical 1

How this entity was disambiguated

Referenced by (1)

Full triples — surface form annotated when it differs from this entity's canonical label.

Equatable usedBy Array.firstIndex(of:) method