BinarySearchTree.findMax

Undocumented in source. Be warned that the author may not have intended to support it.
  1. BSTNode!(K, E)* findMax()
    struct BinarySearchTree(K, E)
    @nogc
    BSTNode!(K, E)*
    findMax
    ()
  2. BSTNode!(K, E)* findMax(BSTNode!(K, E)* from)

Meta