Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
variable setMap
import { setMap } from "https://deno.land/x/adoublef@0.0.1/collection/mod.ts";

type

<T, U>(
m: Map<T, U>,
a: [T, U][],
cb: Compare<[T, U]>,
) => unknown