macro_rules! average_arr {
($tp:tt, $longer:tt, $arr:expr) => { ... };
}Expand description
Get the average value from a sample array.
macro_rules! average_arr {
($tp:tt, $longer:tt, $arr:expr) => { ... };
}Get the average value from a sample array.