Just pushed another fix for kotaka's bigstruct arrays. This one is more severe and can cause data corruption if an array object is resized after being created. A bug in the truncation logic caused elements to be wiped when they shouldn't have been. I caught it after a more aggressive initialization self test, which has also been pushed.