"at" (vector:: at / dyn_*::at)
Returns a reference to the element at the given idx out of the vector/dyn_*.
Synopsis
T vector.at(uint idx);
Parameters
Parameter | Description |
---|---|
idx | Index position |
Description
-
Assignment
Vector / dyn_*
Returns a reference to the element at the given idx out of the vector/dyn_*.
T vector.at(uint idx);
Parameter | Description |
---|---|
idx | Index position |
-
Vector / dyn_*