"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_*