append method

void append()

Implementation

void append() {
  _doInsertAppend(true);
}