Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/yxz/collections/mod.ts>range

Deno Standard Extensions
Go to Latest
function range
import { range } from "https://deno.land/x/yxz@0.17.0/collections/mod.ts";

Return an object that produces a sequence of integers from start (inclusive) to stop (exclusive) by step.

Parameters

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

Returns

Range