macro_rules! select_result_range {
    ($result:expr, $range:expr) => { ... };
}
Expand description

Select an array range from a mutable result array and a specified range.