macro_rules! group_accumulator_helper {
($t:ty, $dt:expr, $opr:expr) => { ... };
}Expand description
This macro helps create group accumulators based on bitwise operations typically used internally and might not be necessary for users to call directly.