increaseLengthBy method

void increaseLengthBy(
  1. int extraLength
)

increaseLengthBy:

Implementation

void increaseLengthBy(int extraLength) {
  _objc_msgSend_1i9r4xy(
    object$.ref.pointer,
    _sel_increaseLengthBy_,
    extraLength,
  );
}