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