remove method

void remove(
  1. T element
)

Implementation

void remove(T element) => this[element].remove();