removeSubranges(_:)
Removes the elements at the given indices.
Declaration
mutating func removeSubranges(_ subranges: RangeSet<AttributedString.Index>)Parameters
- subranges:
The indices of the elements to remove.
Removes the elements at the given indices.
mutating func removeSubranges(_ subranges: RangeSet<AttributedString.Index>)The indices of the elements to remove.