get method

bool get(
  1. int i
)

Implementation

bool get(int i) => i >= 0 && i < size && bits[i] != 0;