c-vector icon indicating copy to clipboard operation
c-vector copied to clipboard

Add cvector_at()

Open RobLoach opened this issue 2 years ago • 0 comments

https://cplusplus.com/reference/vector/vector/at/

This adds a cvector_at() function which aims to be implement std::vector::at(). I'm not sure if the typecasting is correct, or even the approach. Would love some input.

RobLoach avatar Sep 10 '23 05:09 RobLoach