An iterative (non-recursive) red-black tree implementation with resettable iteration and node modification support.
go get github.com/twmb/go-rbtreeNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Insert and retrieve a key-value pair
Avoid modifying the tree while iterating, or reset the iterator after modifications.
No dependency data recorded yet.