Skip to main content
Module

x/hkts/array.ts>_map

Functional programming tools: option, either, task, state, optics, etc.
Latest
variable _map
import { _map } from "https://deno.land/x/hkts@v0.0.52/array.ts";

Optimizations


type

<A, B>(as: readonly A[], fab: (a: A, i: number) => B) => Array<B>