Tree.Node

Weighted balanced tree

struct Tree(T, alias _opTT, T _eT, bool hasLazy = false, L = bool, alias _opTL = "a", alias _opLL = "a", L _eL = false)
static
struct Node {
NP[2] ch;
uint length;
T v;
L lz;
}

Meta