Functions

f
colon(
start: number,
end: number,
step?: number
): array

Generates an array of numbers from start to end with a specified step.

Usage

import * as mod from "matarrs/colon.ts";