firstIndex(where:)
Inherited from Collection.firstIndex(where:).
Declaration
func firstIndex(where predicate: (Self.Element) throws -> Bool) rethrows -> Self.Index?Inherited from Collection.firstIndex(where:).
func firstIndex(where predicate: (Self.Element) throws -> Bool) rethrows -> Self.Index?