for (auto&& [i, it] : vec | std::views::enumerate) println ("{}:{}", ++i, it);
foreach (i, s; vec) writeln(i, ": ", s);
I am not counting characters, especially when AI completes typing for me.
I am not counting characters, especially when AI completes typing for me.