f
colon(): array
start: number,
end: number,
step?: number
Generates an array of numbers from start to end with a specified step.
Usage
import * as mod from "matarrs/colon.ts";
Generates an array of numbers from start to end with a specified step.
import * as mod from "matarrs/colon.ts";