expand method

void expand(
  1. int position
)

See the Rust documentation for expand for more information.

Implementation

void expand(int position) {
  _icu4x_Decimal_expand_mv1(_ffi, position);
}