Files
RustPython/benches/microbenchmarks/comprehension_set.py
2020-12-13 17:06:21 +00:00

2 lines
37 B
Python

obj = {i for i in range(ITERATIONS)}