method BinarySearchTree.prototype.clearimport { BinarySearchTree } from "https://dotland.deno.dev/std@0.223.0/data_structures/mod.ts"; clear()Removes all values from the binary search tree.