reset method
void
reset()
Reset the buffer content while preserving capacity.
Implementation
void reset() {
_checkNotDisposed();
_bindings.textBufferReset(_ptr);
}
Reset the buffer content while preserving capacity.
void reset() {
_checkNotDisposed();
_bindings.textBufferReset(_ptr);
}