Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/combinatorics/test_deps.ts>_format

🦕 Combinatorial generators including combinations, permutations, combinations with replacement, permutations with replacement, cartesian products, and power sets.
Latest
function _format
import { _format } from "https://deno.land/x/combinatorics@1.1.2/test_deps.ts";

Converts the input into a string. Objects, Sets and Maps are sorted so as to make tests less flaky

Parameters

v: unknown

Value to be formatted

Returns

string