Since their first feature discussed was the new consteval syntax, it would be nice if they showed off a practical use for it, instead of a contrived "multiply by 2 at compile-time" example that I would hope nobody ever puts in production code.
Edit: The link to P1938 in the article itself shows more useful examples. (https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2021/p1938r3.html)
Multi-dimensional array subscripting is pretty cool!
#elifdef is nifty.
I had no idea P2718 (foreach loop temporary lifetime issue) was even a class of bugs. Gross.