add method

void add(
  1. int e
)

Implementation

void add(int e) => _set.add(e);