Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

getSortablePair

import { getSortablePair } from "https://github.gh-proxy.cn/raw.githubusercontent.com/baetheus/fun/main/pair.ts";
function getSortablePair<A, B>(SA: Sortable<A>, SB: Sortable<B>): Sortable<Pair<A, B>>;
§
getSortablePair<A, B>(SA: Sortable<A>, SB: Sortable<B>): Sortable<Pair<A, B>>
[src]

§Type Parameters

§Parameters

§Return Type