BinarySearchTree2.findMax

Finds the largest value from the root.

  1. Node* findMax()
    struct BinarySearchTree2(Elem)
    @nogc
    findMax
    ()
  2. Node* findMax(Node* from)

Meta