contains abstract method

bool contains(
  1. int val
)

Returns true if val is contained in this range.

Implementation

bool contains(int val);