method BencodexDictionary.prototype.entriesimport { BencodexDictionary } from "https://deno.land/x/bencodex@0.2.2/src/dict.ts"; entries(): Iterable<readonly [Key, Value]>{@inheritDoc Dictionary.entries} ReturnsIterable<readonly [Key, Value]>