ICU4X
International Components for Unicode
Loading...
Searching...
No Matches
icu4x::Decomposed Struct Reference

#include <Decomposed.d.hpp>

Public Attributes

char32_t first
 
char32_t second
 

Detailed Description

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.

Member Data Documentation

◆ first

char32_t icu4x::Decomposed::first

◆ second

char32_t icu4x::Decomposed::second

The documentation for this struct was generated from the following files: