Macro icu_plurals::operands::impl_integer_type

source ยท
macro_rules! impl_integer_type {
    ($ty:ident) => { ... };
    ($($ty:ident)+) => { ... };
}