remove method

bool remove(
  1. T value
)

Implementation

bool remove(T value) => _values.remove(value);