Closed
Description
There should be a way to create consts, statics and static muts which are partially or fully uninitialized or zeroed.
One way to do this could be to create built-in unsafe generic constants ZEROED and UNDEF.
@eddyb suggested to make the existing intrinsics usable in statics
A crude solution could be to allow the initializer in a static mut to be left out, which should cause zeroing all it's memory.