Constructor
Array creation factory. Allows us to create any kind of resizable typed array.
Direct access to the Typed array. Reference may change if setMinLength is called. Therefore avoid storing a refernce to this buffer in other places.
Triggered after (and if) buffer has been resized when setMinLength was called.
true if buffer is empty.
Empties array. (buffer is set to zero sized array.)
Sets minimum length of array. Array is only resized if minLength is larger than
current array size.
New minimal size of array.
true if array was resized.
A growable typed array.