padEnd method

void padEnd(
  1. int position
)

Zero-pad the Decimal on the right to a particular position

See the Rust documentation for pad_end for more information.

Implementation

void padEnd(int position) {
  _icu4x_Decimal_pad_end_mv1(_ffi, position);
}