removeAndLabel(at:)
Removes the value and label at the given index.
Declaration
func removeAndLabel(at index: Int) -> BoolParameters
- index:
The index of the value-label pair that will be removed.
Return Value
Discussion
If the index is out of bounds, this method raises an exception.