contains method

bool contains(
  1. int col
)

Implementation

bool contains(int col) => col >= start && col < end;