Instance Method
インスタンスメソッド
shift(starting
shift(startingAt:by:)
For a positive delta, shifts the indexes in [index, INT_MAX] to the right, thereby inserting an “empty space” [index, delta], for a negative delta, shifts the indexes in [index, INT_MAX] to the left, thereby deleting the indexes in the range [index - delta, delta].
正の delta に対して、ある “空白” を [index, delta] に挿入することによって、[index, INT_MAX] の中のインデックスを右にずらします、負の delta に対して、範囲 [index - delta, delta] の中のインデックスを消去することによって、[index, INT_MAX] の中のインデックスを左にずらします。
Availability 有効性
- iOS 7.0+
- iPadOS 7.0+
- macOS 10.9+
- Mac Catalyst 13.0+
- tvOS 9.0+
- watchOS 2.0+
- Xcode 8.0+
Technology
- Foundation ファウンデーション