replace(at:withValue:)
Replaces the value at the given index.
Declaration
func replace(at index: Int, withValue value: Any!) -> BoolParameters
- index:
The index of the value that will be replaced.
- value:
The new value.
Return Value
Discussion
If the value is nil or if the index is out of bounds, this method raises an exception.