mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-14 22:56:12 -04:00
This allows this type to meet the requirements of e.g. std::ranges::range, which is necessary for it to work with the std::span range constructor, or the "non-legacy" constructor for Chromium's base::span. Fixes a number of IWYU problems along the way, to silence checks. Bug: chromium:364987728 PiperOrigin-RevId: 689841844