decompose method
- Rune c
Performs non-recursive canonical decomposition (including for Hangul).
See the Rust documentation for decompose
for more information.
Implementation
Decomposed decompose(Rune c) {
final result = _icu4x_CanonicalDecomposition_decompose_mv1(_ffi, c);
return Decomposed._fromFfi(result);
}