import { areDictionariesEqual } from "https://deno.land/x/bencodex@0.2.2/mod.ts";
Checks if the given Bencodex dictionaries have the same keys and the same associated values. In other words, this function checks if the given dictionaries are encoded in the same Bencodex data.
Parameters
a: Dictionary
A dictionary to compare.
b: Dictionary
Another dictionary to compare.