remove method

bool remove(
  1. T toRemove
)

Implementation

bool remove(T toRemove) => change(() => _set.remove(toRemove));