Expand description
Node traits.
Traits
Required trait by nodes of lazy segment trees. It’s defined as an interface for the operations needed on the lazy_value. It is recommended to implement it using an Option type. See Implementators for some example implementations
Base trait required by nodes of segment trees
Required trait by nodes of persistent segment trees.