how does one resize an array on the pike level? when i append to an array (+=) then the array is essentially copied, which means a new array is created and references are broken. that doesn't look like resizing to me (although it might be at the c level)
where does resize_array come into effect?
greetings, martin.