@simontoth O have recently enabled C++20 on an embedded code add, but haven't tried ranges and views yet.
How well do they perform on short sequences? Would code size increase compared to hand-coded loops?
And... do they work with fixed-size containers without heap allocations?