static std::ptrdiff_t stride2( const Id& id ) { return id.lower() + id.upper() + 1; }
// A.k.a. right half-bandwidth static std::ptrdiff_t bandwidth2( const Id& id ) { return id.upper(); }