Skip to main content
Module

x/fun/async_iterable.ts>range

A collection of algebraic data types, lenses, and schemables based on a light weight higher kinded type implementation. Written for deno.
Latest
function range
import { range } from "https://deno.land/x/fun@v2.0.0/async_iterable.ts";

Parameters

optional
count: number = [UNSUPPORTED]
optional
start = [UNSUPPORTED]
optional
step = [UNSUPPORTED]

Returns

AsyncIterable<number>