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

x/yxz/index.ts>collections.range

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

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