macro_rules! implement_deconvoluted_centroidlike {
    ($t:ty, true) => { ... };
    ($t:ty, false) => { ... };
}
Expand description

The first argument is the type, the second is whether to strictly adhere to the indexing requirement.