indices function

Iterable<int> indices(
  1. int length
)

Implementation

Iterable<int> indices(int length) => IntRange.until(length);