group_accumulator_helper

Macro group_accumulator_helper 

Source
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.