contains abstract method

bool contains(
  1. T value
)

Check if value v exists in set x.

Implementation

bool contains(T value);