method BinarySearchTree.prototype.minimport { BinarySearchTree } from "https://dotland.deno.dev/std@0.223.0/data_structures/mod.ts"; min(): T | nullReturns the minimum value in the binary search tree or null if empty. ReturnsT | null