Go to Latest
method BinarySearchTree.prototype.clear
import { BinarySearchTree } from "https://dotland.deno.dev/std@0.215.0/data_structures/mod.ts";

Removes all values from the binary search tree.