"prepend" (vector::prepend / dyn_*::prepend)

Insets the given value as the first element of the vector/dyn_*.

Synopsis

int vector.prepend(T value);

Parameters

Parameter Description
value Value to be added

Description

-

Assignment

Vector / dyn_*