Tests the presence of code point val in this set.
auto gothic = unicode.Gothic; // Gothic letter ahsa assert(gothic['\U00010330']); // no ascii in Gothic obviously assert(!gothic['$']);
See Implementation
Tests the presence of code point val in this set.