shorten()
Data / Array FunctionsDescription
Decreases a std::vector by one element. Removes the last element.
Syntax
std::vector shorten(std::vector arr)
Parameters
| Name | Type | Description |
|---|---|---|
| arr | std::vector | the vector to shorten |
Returns
std::vectorRelated
Under the Hood
Implementation in Processing.h / Processing.cpp:
Loading...