macro_rules! hash {
($ohasher:ident, $($arg:expr),+) => { ... };
}Expand description
A macro to call hash with variadic arguments.
macro_rules! hash {
($ohasher:ident, $($arg:expr),+) => { ... };
}A macro to call hash with variadic arguments.