Instance Method

index(where:)

Returns the first index in which an element of the collection satisfies the given predicate.

Declaration

func index(where _predicate: (Unicode.Scalar) throws -> Bool) rethrows -> String.Index?