Skip to main content
Go to Latest
variable setMap
import { setMap } from "https://deno.land/x/adoublef@v0.0.1/collection/mod.ts";

type

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