asmorodinov
Results
1
issues of
asmorodinov
Hello, from the benchmark code I figured out that this seems to be the way to check if set contains an element: ``` bool res = set.find(i + 1).leaf(); ```...