grow method

int grow(
  1. int delta, [
  2. JSAny? value
])

Implementation

external int grow(
  int delta, [
  JSAny? value,
]);