hash

Macro hash 

Source
macro_rules! hash {
    ($ohasher:ident, $($arg:expr),+) => { ... };
}
Expand description

A macro to call hash with variadic arguments.