import { Collection } from "https://deno.land/x/revoltio@v1.0.0/deps.ts";
Obtains the value of the given key if it exists, otherwise sets and returns the value provided by the default value generator.
Examples
collection.ensure(guildId, () => defaultGuildConfig);
collection.ensure(guildId, () => defaultGuildConfig);