Documentation Language: Swift

Method

indices(where:)

Inherited from Collection.indices(where:).

func indices(where predicate: (Self.Element) throws -> Bool) rethrows -> RangeSet<Self.Index>