until you are done with the appender, because subsequent calls to the appender will reallocate the array data without those appends.
Parameters
arr | Pointer to an array. Must not be _null. |
(A * arr)Constructs a RefAppender with a given array reference. This does not copy the data. If the array has a larger capacity as determined by arr.capacity, it will be used by the appender.
until you are done with the appender, because subsequent calls to the appender will reallocate the array data without those appends.
arr | Pointer to an array. Must not be _null. |