removeAt
removeAt(int index) function
Removes sequence at the specified index.
Parameters
Name | Type | Description |
---|---|---|
index | int | Index of a sequence that should be deleted. |
Removes sequence at the specified index.
Name | Type | Description |
---|---|---|
index | int | Index of a sequence that should be deleted. |