removeAt

open override fun removeAt(index: Int): MutablePart

Removes a part from the mutable part collection.

Return

the part that was removed.

Since

200.1.0

Parameters

index

Zero-based index of the part.

Throws

if index is out of range.