contains method

bool contains(
  1. int code
)

Implementation

bool contains(int code) => code >= low && code <= high;