method BinarySearchTree.prototype.min
BinarySearchTree.prototype.min(): T | nullReturns the minimum value in the binary search tree or null if empty.
Return Type
T | nullBinarySearchTree.prototype.min(): T | nullReturns the minimum value in the binary search tree or null if empty.
T | null