macro_rules! statistics_new_func {
($func:ident, $vtype:ty, $stat:ident) => { ... };
}
Expand description
Macro to generate methods to create Statistics.
macro_rules! statistics_new_func {
($func:ident, $vtype:ty, $stat:ident) => { ... };
}
Macro to generate methods to create Statistics.