insert method

void insert()

Implementation

void insert() {
  _doInsertAppend(false);
}