padStart method

void padStart(
  1. int position
)

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

See the Rust documentation for pad_start for more information.

Implementation

void padStart(int position) {
  _icu4x_Decimal_pad_start_mv1(_ffi, position);
}