AVTreeNode

@addtogroup lavu_tree AVTree @ingroup lavu_data

Low-complexity tree container

Insertion, removal, finding equal, largest which is smaller than and smallest which is larger than, all have O(log n) worst-case complexity. @{

extern (C) @nogc nothrow
struct AVTreeNode

Meta