Expand description
Types and utilities for working with ngx_rbtree_t.
This module provides both the tools for interaction with the existing ngx_rbtree_t
objects in
the NGINX, and useful high-level types built on top of the ngx_rbtree_t
.
See https://nginx.org/en/docs/dev/development_guide.html#red_black_tree.