reset method

void reset()

Reset the buffer content while preserving capacity.

Implementation

void reset() {
  _checkNotDisposed();
  _bindings.textBufferReset(_ptr);
}