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