method BinarySearchTree.prototype.clearRe-exportimport { BinarySearchTree } from "https://deno.land/std@0.208.0/data_structures/mod.ts"; clear()Removes all values from the binary search tree.