remove method

bool remove(
  1. int id
)

Implementation

bool remove(int id) => _set.remove(id);