macro_rules! slice_interners {
    ($($field:ident: $method:ident($ty:ty)),+ $(,)?) => { ... };
}