Mastering macOS Programming
上QQ阅读APP看书,第一时间看更新

Removing elements from an array

When using the various methods that remove elements, we must be careful to distinguish those that mutate the array and return the removed element(s), and those that simply mutate the array.