hash_integer

macro_rules! hash_integer {
    ($($t:ty),+) => { ... };
}