dup
import { dup } from "https://github.gh-proxy.cn/raw.githubusercontent.com/baetheus/fun/main/pair.ts";Creates a pair from a single type
@example
import { dup } from "./pair.ts";
const result = dup(1); // [1, 1]
import { dup } from "https://github.gh-proxy.cn/raw.githubusercontent.com/baetheus/fun/main/pair.ts";Creates a pair from a single type
import { dup } from "./pair.ts";
const result = dup(1); // [1, 1]