Open Instance Methodswift 6.0.3Foundation
remove(in:)
func remove(in range: NSRange)
func remove(in range: NSRange)
s10Foundation17NSMutableIndexSetC6remove2inyAA8_NSRangeV_tF
What are these?3HZC5
import Foundation
class NSMutableIndexSet
func add(_ indexSet: IndexSet)
func add(_ value: Int)
func add(in r: NSRange)
override func copy(with zone: NSZone? = nil) -> Any
func remove(_ indexSet: IndexSet)
func remove(_ value: Int)
func removeAllIndexes()
func shiftIndexesStarting(at index: Int, by delta: Int)