import { array } from "https://deno.land/x/fun@v2.0.0/mod.ts";
const { init } = array;
Create an init array of type A (defaulting to never).
Examples
Example 1
Example 1
import * as A from "./array.ts";
const result = A.init<number>(); // ReadonlyArray<number>