- [Not loaded yet]
- We may have to pass SV ref if a 3rd party function insists. In that case, a const SV object in our code would err if the function receives non-const ref. SV ref param can help if stack size is a concern: a ref. instead a pointer + size_t. Of course, const qualify the param to prevent side effects.Jul 17, 2024 19:15