add comparison functions for SetIterator and DictIterator

This commit is contained in:
Joeri Exelmans 2025-05-09 16:51:29 +02:00
parent b0023afe8c
commit 1f2249e75a
5 changed files with 73 additions and 29 deletions

View file

@ -9,5 +9,5 @@ console.log(
createRBTree()
.insert(1)
.insert(1)
.insert(2)
.insert(2).begin
);