Function icu_decimal::grouper::check
source ยท pub fn check(
upper_magnitude: i16,
magnitude: i16,
strategy: GroupingStrategy,
sizes: &GroupingSizesV1,
) -> bool
Expand description
Returns whether to display a grouping separator at the given magnitude.
upper_magnitude
is the magnitude of the highest-power digit, used for resolving minimum
grouping digits.