trunc method

void trunc(
  1. int position
)

See the Rust documentation for trunc for more information.

Implementation

void trunc(int position) {
  _icu4x_Decimal_trunc_mv1(_ffi, position);
}