NSMutableIndexSet constructor
NSMutableIndexSet()
Returns a new instance of NSMutableIndexSet constructed with the default new
method.
Implementation
factory NSMutableIndexSet() => new$();
Returns a new instance of NSMutableIndexSet constructed with the default new
method.
factory NSMutableIndexSet() => new$();