e80465dac ^
1 2 3 4 5 6
# new test for sets: const elem = ' ' var s: set[char] = {elem} assert(elem in s and 'a' not_in s and 'c' not_in s )