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