Tests the presence of codepoint ch in this set, the same as opIndex.
assert('я' in unicode.Cyrillic); assert(!('z' in unicode.Cyrillic));
See Implementation
Tests the presence of codepoint ch in this set, the same as opIndex.