import { areKeysEqual } from "https://deno.land/x/bencodex@0.2.2/src/types.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.
import { areKeysEqual } from "https://deno.land/x/bencodex@0.2.2/src/types.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.