add method

bool add(
  1. T toAdd
)

Implementation

bool add(T toAdd) => change(() => _set.add(toAdd));