"removeAt" (vector::removeAt / dyn_*::removeAt)
Removes the element at given index. The vector /dyn_* has one element less after this.
Synopsis
int mapping.removeAt(uint idx);
Parameters
| Parameter | Description |
|---|---|
| idx | Index position that should be removed. |
Description
-
Assignment
Vector / dyn_*
