insert method

void insert(
  1. int index
)
override

Implementation

void insert(int index) {
  insertN(index, 1);
}