Comment by Prydown

6 hours ago

Constant headache in C++ with `std::vector` element references. Zig's explicit stability here is a welcome relief for data structures.

It seems you misunderstood. It's not an explicit stability guarantee (such things is not possible), it's a debugging helper to crash the program more easily when it happens, requiring you to annotate the code.