Macro average_arr

Source
macro_rules! average_arr {
    ($tp:tt, $longer:tt, $arr:expr) => { ... };
}
Expand description

Get the average value from a sample array.