BinarySearchTree.findMax

Finds the largest value from the root.

  1. Node* findMax()
    struct BinarySearchTree(K, E)
    @nogc
    findMax
    ()
  2. Node* findMax(Node* from)

Meta