contains method
- Rune cp
Checks whether the code point is in the set.
See the Rust documentation for contains
for more information.
Implementation
bool contains(Rune cp) {
final result = _icu4x_ExemplarCharacters_contains_mv1(_ffi, cp);
return result;
}