indices(where:)

Inherited from Collection.indices(where:).

Declaration

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