hash

Macro hash 

Source
macro_rules! hash {
    ($a:expr) => { ... };
    ($a:expr, $b:expr) => { ... };
}