Extend an array by n elements.
Caller must initialize those elements.
type info of array type (not element type)
array to append to, cast to byte[] while keeping the same .length. Will be updated.
number of elements to append
px after being appended to
See Implementation
Extend an array by n elements.
Caller must initialize those elements.