Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/easyts/container/mod.ts>Heap#clear

js library written with ts, use select and chan like golang in js.
Latest
method Heap.prototype.clear
import { Heap } from "https://deno.land/x/easyts@0.1.3/container/mod.ts";

Empty the data in the container

Parameters

optional
callback: DeleteCallback<T>

Call callback on the removed element