Most well hidden for loop ``` std::ranges::for_each(std::views::iota(0, tree.size()), [&](int i) ``` I am dying.