add(_:)
Adds an index to the receiver.
Declaration
func add(_ value: Int)Parameters
- value:
Index to add. Must be in the range
0 .. NSNotFound - 1.
See Also
Related Documentation
- Collections Programming Topics
Adds an index to the receiver.
func add(_ value: Int)Index to add. Must be in the range 0 .. NSNotFound - 1.