remove

abstract fun remove(index: Int)(source)

Removes the element at the specified index. WARNING: Caller must adjust subsequent indices manually.

Parameters

index

position to remove from

Throws

if index is out of range