readArray method

List<int> readArray(
  1. int count
)

Implementation

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