removeRangeClosed
fun removeRangeClosed(first: <Error class: unknown class>, last: <Error class: unknown class>)(source)
Removes the closed range @first, @last, so @first, @last and all values in between. @first must be smaller than @last.
Parameters
first
first value to remove
last
last value to remove