Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
RBTree documentation and unit tests (#472)
Improve `RBTree.mo`: * Documentation * Unit tests Possible improvements for `RBTree` (#492): * Reduce garbage creation, especially during reading functions, such as `get()` and iteration. * More efficient `size()` function.
- Loading branch information