compareToString method

int compareToString(
  1. String other
)

See the Rust documentation for strict_cmp for more information.

Implementation

int compareToString(String other) {
  final temp = _FinalizedArena();
  final result = _icu4x_Locale_compare_to_string_mv1(_ffi, other._utf8AllocIn(temp.arena));
  return result;
}