BinarySearchTree.findMin

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

Meta