grow method

num grow(
  1. num delta
)

Increases the size of the Table instance by a specified number of elements.

Implementation

_i2.num grow(_i2.num delta) => _i6.callMethod(
      this,
      'grow',
      [delta],
    );