grow

grow(length: Integer64) updating;

The grow method of the JadeBytes class increases the virtual storage allocated to the binary content of the receiver to the length specified by the value of the length parameter.

If the specified length is less than or equal to the length that has already been allocated, the method has no effect.