"takeAt" (vector::takeAt / dyn_*::takeAt)
Takes the element at the given idx out of the vector/dyn_* and returns its value. The vector/dyn_* has one element less after this.
Synopsis
T vector.takeAt(uint idx);
Parameters
Parameter | Description |
---|---|
idx | Index position |
Description
-
Assignment
Vector / dyn_*