Why did Apple introduce Array when we already have NSArray and NSMutable arrays in Swift?
We can do every operation that is done in array by using NSMutableArray, then what is the use of declaring new collection type in Swift?
Why did Apple introduce Array when we already have NSArray and NSMutable arrays in Swift?
We can do every operation that is done in array by using NSMutableArray, then what is the use of declaring new collection type in Swift?