import { areKeysEqual } from "https://deno.land/x/bencodex@0.2.2/mod.ts";
Checks if the given keys have the same type and the same contents. In other words, this function checks if the given keys are encoded in the same Bencodex data.
x/bencodex/mod.ts>areKeysEqual
import { areKeysEqual } from "https://deno.land/x/bencodex@0.2.2/mod.ts";
Checks if the given keys have the same type and the same contents. In other words, this function checks if the given keys are encoded in the same Bencodex data.