Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/collection/src/Collection.ts>Collection#clear

Utility data structure for Deno (Discord.js Collection).
Latest
method Collection.prototype.clear
import { Collection } from "https://deno.land/x/collection@v1.0.1/src/Collection.ts";

Identical to Map.clear(). Removes all elements from the collection.