Skip to main content
Module

x/aitertools/src/range.ts

Well-tested utility functions dealing with async iterables
Latest
import * as aitertools from "https://deno.land/x/aitertools@0.6.0/src/range.ts";

Classes

An immutable sequence of numbers. It implements both Iterable and AsyncIterable.

Functions

Creates a Range of numbers from 0 to stop with step 1.