delete method

bool delete(
  1. int index
)

Implementation

bool delete(int index) {
  return storage.delete(index);
}