ICU4X
International Components for Unicode
|
#include <Decomposed.d.hpp>
Public Attributes | |
char32_t | first |
char32_t | second |
The outcome of non-recursive canonical decomposition of a character. second
will be NUL when the decomposition expands to a single character (which may or may not be the original one)
See the Rust documentation for Decomposed
for more information.
char32_t icu4x::Decomposed::first |
char32_t icu4x::Decomposed::second |