In Objective-C, the NSIndexSet
can removeIndexes:(NSIndexSet *)indexSet
:
[aIndexSet removeIndexes: bIndexSet];
Is there some way to do this with IndexSet
in Swift like the NSIndexSet
in Objective-C?
In Objective-C, the NSIndexSet
can removeIndexes:(NSIndexSet *)indexSet
:
[aIndexSet removeIndexes: bIndexSet];
Is there some way to do this with IndexSet
in Swift like the NSIndexSet
in Objective-C?
There is a function, from the documentation