From 09a96cdfce0540e4c02dd3b0917de6b59edbc95c Mon Sep 17 00:00:00 2001
From: Evin Yulo
In {#link|Debug#} mode, Zig writes {#syntax#}0xaa{#endsyntax#} bytes to undefined memory. This is to catch - bugs early, and to help detect use of undefined memory in a debugger. + bugs early, and to help detect use of undefined memory in a debugger. However, this behavior is only an + implementation feature, not a language semantic, so it is not guaranteed to be observable to code.
{#header_close#} {#header_close#}