readArray method

List<bool> readArray(
  1. int count
)

Implementation

List<bool> readArray(int count) => .generate(count, (i) => this[i]);