export function _rangeAsyncIterable(
  fromIncl: number,
  toExcl?: number,
  step = 1,
): AsyncIterable2<number> {