import { times } from "https://deno.land/x/rambda@9.4.1/index.d.ts";
It returns the result of applying function fn
over members of range array.
The range array includes numbers between 0
and howMany
(exclusive).
Parameters
fn: (i: number) => T