[DOCS] Add note that Pool*Arrays are passed by value (#18340)
This commit is contained in:
parent
b02d0ca6ef
commit
6b797574a2
7 changed files with 7 additions and 7 deletions
|
|
@ -4,7 +4,7 @@
|
|||
String Array.
|
||||
</brief_description>
|
||||
<description>
|
||||
String Array. Array of strings. Can only contain strings. Optimized for memory usage, can't fragment the memory.
|
||||
String Array. Array of strings. Can only contain strings. Optimized for memory usage, can't fragment the memory. Note that this type is passed by value and not by reference.
|
||||
</description>
|
||||
<tutorials>
|
||||
</tutorials>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue