removeAt

removeAt(int index) method

Removes sequence at the specified index.

Parameters

NameTypeDescription
indexintIndex of a sequence that should be deleted.

Returns

void